Table of Contents

Class WebEditor

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

Constructors

WebEditor(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

WebEditor(IntPtr, bool)

protected WebEditor(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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>