Table of Contents

Class EditorState

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class EditorState : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
EditorState
Implements
Inherited Members

Constructors

EditorState(bool, params ConstructArgument[])

protected EditorState(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

EditorState(IntPtr, bool)

protected EditorState(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<EditorState> ChangedSignal

Field Value

Signal<EditorState>

TypingAttributesPropertyDefinition

public static readonly Property<uint, EditorState> TypingAttributesPropertyDefinition

Field Value

Property<uint, EditorState>

Properties

TypingAttributes

public uint TypingAttributes { get; }

Property Value

uint

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetTypingAttributes()

[Version("2.10")]
public uint GetTypingAttributes()

Returns

uint

IsCopyAvailable()

[Version("2.20")]
public bool IsCopyAvailable()

Returns

bool

IsCutAvailable()

[Version("2.20")]
public bool IsCutAvailable()

Returns

bool

IsPasteAvailable()

[Version("2.20")]
public bool IsPasteAvailable()

Returns

bool

IsRedoAvailable()

[Version("2.20")]
public bool IsRedoAvailable()

Returns

bool

IsUndoAvailable()

[Version("2.20")]
public bool IsUndoAvailable()

Returns

bool

Events

OnChanged

public event SignalHandler<EditorState> OnChanged

Event Type

SignalHandler<EditorState>