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
boolconstructArguments
ConstructArgument[]
EditorState(IntPtr, bool)
protected EditorState(IntPtr ptr, bool ownedRef)
Parameters
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<EditorState> ChangedSignal
Field Value
TypingAttributesPropertyDefinition
public static readonly Property<uint, EditorState> TypingAttributesPropertyDefinition
Field Value
Properties
TypingAttributes
public uint TypingAttributes { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetTypingAttributes()
[Version("2.10")]
public uint GetTypingAttributes()
Returns
IsCopyAvailable()
[Version("2.20")]
public bool IsCopyAvailable()
Returns
IsCutAvailable()
[Version("2.20")]
public bool IsCutAvailable()
Returns
IsPasteAvailable()
[Version("2.20")]
public bool IsPasteAvailable()
Returns
IsRedoAvailable()
[Version("2.20")]
public bool IsRedoAvailable()
Returns
IsUndoAvailable()
[Version("2.20")]
public bool IsUndoAvailable()
Returns
Events
OnChanged
public event SignalHandler<EditorState> OnChanged