Class WebEditor
- Namespace
- WebKitWebProcessExtension
- Assembly
- WebKitWebProcessExtension-6.0.dll
public sealed class WebEditor : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
WebEditor
- Implements
- Inherited Members
Constructors
WebEditor(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public WebEditor(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
WebEditor(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected WebEditor(CreationData data)
Parameters
dataCreationData
WebEditor(WebEditorHandle)
protected WebEditor(WebEditorHandle handle)
Parameters
handleWebEditorHandle
Fields
SelectionChangedSignal
Signal Descriptor for OnSelectionChanged.
public static readonly Signal<WebEditor> SelectionChangedSignal
Field Value
Methods
GetGType()
public static Type GetGType()
Returns
GetPage()
[Version("2.10")]
public WebPage GetPage()
Returns
NewFromPointer(nint, bool)
Creates a new managed WebEditor instance for a given pointer.
public static WebEditor NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new WebEditor and sets the properties specified by the construct arguments.
public static WebEditor NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnSelectionChanged
public event SignalHandler<WebEditor> OnSelectionChanged