Class
WPEWebKitEditorState
since: 2.10
Description [src]
final class WPEWebKit.EditorState : GObject.Object {
/* No available fields */
}
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.
since: 2.10
Properties
WPEWebKit.EditorState:typing-attributes
Bitmask of WebKitEditorTypingAttributes
flags.
See webkit_editor_state_get_typing_attributes()
for more information.
since: 2.10
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.