EditorState

class EditorState(pointer: <Error class: unknown class><<Error class: unknown class>>)

Web editor state.

WebKitEditorState represents the state of a #WebKitWebView editor. Use webkit_web_view_get_editor_state() to get the WebKitEditorState of a #WebKitWebView.

Since

2.10

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val typingAttributes: <Error class: unknown class>

Bitmask of #WebKitEditorTypingAttributes flags. See webkit_editor_state_get_typing_attributes() for more information.

Link copied to clipboard
val webkitEditorStatePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun connectChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when the #WebKitEdtorState is changed.

Link copied to clipboard

Gets whether a copy command can be issued.

Link copied to clipboard

Gets whether a cut command can be issued.

Link copied to clipboard

Gets whether a paste command can be issued.

Link copied to clipboard

Gets whether a redo command can be issued.

Link copied to clipboard

Gets whether an undo command can be issued.