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 |
[−]
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
[−]
Properties
WebKit2.EditorState:typing-attributes
Bitmask of WebKitEditorTypingAttributes
flags.
See webkit_editor_state_get_typing_attributes()
for more information.
Available since: 2.10
[+]