Table of Contents

Class EditorState

Namespace
WebKit.Internal
Assembly
WebKit-6.0.dll
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(IntPtr)

Calls native method webkit_editor_state_get_typing_attributes. Version: 2.10

[Version("2.10")]
public static extern uint GetTypingAttributes(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

uint

Transfer ownership: None Nullable: False

IsCopyAvailable(IntPtr)

Calls native method webkit_editor_state_is_copy_available. Version: 2.20

[Version("2.20")]
public static extern bool IsCopyAvailable(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

IsCutAvailable(IntPtr)

Calls native method webkit_editor_state_is_cut_available. Version: 2.20

[Version("2.20")]
public static extern bool IsCutAvailable(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

IsPasteAvailable(IntPtr)

Calls native method webkit_editor_state_is_paste_available. Version: 2.20

[Version("2.20")]
public static extern bool IsPasteAvailable(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

IsRedoAvailable(IntPtr)

Calls native method webkit_editor_state_is_redo_available. Version: 2.20

[Version("2.20")]
public static extern bool IsRedoAvailable(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

IsUndoAvailable(IntPtr)

Calls native method webkit_editor_state_is_undo_available. Version: 2.20

[Version("2.20")]
public static extern bool IsUndoAvailable(IntPtr editorState)

Parameters

editorState IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False