Table of Contents

Class WebEditor

Namespace
WebKitWebProcessExtension
Assembly
WebKitWebProcessExtension-6.0.dll
public sealed class WebEditor : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
WebEditor
Implements
Inherited Members

Constructors

WebEditor(params ConstructArgument[])

public WebEditor(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

WebEditor(WebEditorHandle)

public 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

Events

OnSelectionChanged

public event SignalHandler<WebEditor> OnSelectionChanged

Event Type

SignalHandler<WebEditor>