Table of Contents

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

constructArguments ConstructArgument[]

WebEditor(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected WebEditor(CreationData data)

Parameters

data CreationData

WebEditor(WebEditorHandle)

protected WebEditor(WebEditorHandle handle)

Parameters

handle WebEditorHandle

Fields

SelectionChangedSignal

Signal Descriptor for OnSelectionChanged.

public static readonly Signal<WebEditor> SelectionChangedSignal

Field Value

Signal<WebEditor>

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetPage()

[Version("2.10")]
public WebPage GetPage()

Returns

WebPage

NewFromPointer(nint, bool)

Creates a new managed WebEditor instance for a given pointer.

public static WebEditor NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

WebEditor

NewWithProperties(ConstructArgument[])

Creates a new WebEditor and sets the properties specified by the construct arguments.

public static WebEditor NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

WebEditor

Events

OnSelectionChanged

public event SignalHandler<WebEditor> OnSelectionChanged

Event Type

SignalHandler<WebEditor>