Class EditorState
public class EditorState
- Inheritance
-
EditorState
- Inherited Members
Methods
GetGType()
Calls native function webkit_editor_state_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetTypingAttributes(nint)
Calls native method webkit_editor_state_get_typing_attributes. Version: 2.10
[Version("2.10")]
public static extern uint GetTypingAttributes(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- uint
Transfer ownership: None Nullable: False
IsCopyAvailable(nint)
Calls native method webkit_editor_state_is_copy_available. Version: 2.20
[Version("2.20")]
public static extern bool IsCopyAvailable(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
IsCutAvailable(nint)
Calls native method webkit_editor_state_is_cut_available. Version: 2.20
[Version("2.20")]
public static extern bool IsCutAvailable(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
IsPasteAvailable(nint)
Calls native method webkit_editor_state_is_paste_available. Version: 2.20
[Version("2.20")]
public static extern bool IsPasteAvailable(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
IsRedoAvailable(nint)
Calls native method webkit_editor_state_is_redo_available. Version: 2.20
[Version("2.20")]
public static extern bool IsRedoAvailable(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
IsUndoAvailable(nint)
Calls native method webkit_editor_state_is_undo_available. Version: 2.20
[Version("2.20")]
public static extern bool IsUndoAvailable(nint editorState)
Parameters
editorState
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False