webkit.editor_state
Module for [EditorState] class
Types 3
Web editor state.
WebKitEditorState represents the state of a #WebKitWebView editor. Use webkit.web_view.WebView.getEditorState to get the WebKitEditorState of a #WebKitWebView.
Methods
EditorStateGidBuilder builder() static nothrowGet builder for [webkit.editor_state.EditorState] Returns: New builder objectuint typingAttributes() @property nothrowGet `typingAttributes` property. Returns: Bitmask of #WebKitEditorTypingAttributes flags. See [webkit.editor_state.EditorState.getTypingAttributes] for more information.bool isCopyAvailable() nothrowGets whether a copy command can be issued. Returns: true if copy is currently availablebool isCutAvailable() nothrowGets whether a cut command can be issued. Returns: true if cut is currently availablebool isPasteAvailable() nothrowGets whether a paste command can be issued. Returns: true if paste is currently availablebool isRedoAvailable() nothrowGets whether a redo command can be issued. Returns: true if redo is currently availablebool isUndoAvailable() nothrowGets whether an undo command can be issued. Returns: true if undo is currently availablegulong connectChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T
&& is(ReturnType!T == void)
&& (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : webkit.editor_state.EditorState)))
&& Parameters!T.length < 2) nothrowConnect to `Changed` signal.Fluent builder implementation template for webkit.editor_state.EditorState
Fluent builder for webkit.editor_state.EditorState
Methods