Class

WebKit2EditorState

[]

Description [src]

class WebKit2.EditorState : GObject.Object {
  parent: GObject,
  priv: WebKitEditorStatePrivate*
}

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.

Available since:2.10
[]

Hierarchy

hierarchy this WebKitEditorState ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Instance methods

webkit_editor_state_get_typing_attributes

Gets the typing attributes at the current cursor position.

Available since: 2.10

webkit_editor_state_is_copy_available

Gets whether a copy command can be issued.

Available since: 2.20

webkit_editor_state_is_cut_available

Gets whether a cut command can be issued.

Available since: 2.20

webkit_editor_state_is_paste_available

Gets whether a paste command can be issued.

Available since: 2.20

webkit_editor_state_is_redo_available

Gets whether a redo command can be issued.

Available since: 2.20

webkit_editor_state_is_undo_available

Gets whether an undo command can be issued.

Available since: 2.20

Methods inherited from GObject (43)
[]

Properties

WebKit2.EditorState:typing-attributes

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

Available since: 2.10

[]

Signals

Signals inherited from GObject (1)

Class structure