webkitwebprocessextension.web_editor

Module for [WebEditor] class

Types 3

Access to editing capabilities of a #WebKitWebPage.

The WebKitWebEditor provides access to various editing capabilities of a #WebKitWebPage such as a possibility to react to the current selection in #WebKitWebPage.

Methods
GType _gType() @property
WebEditor self()Returns `this`, for use in `with` statements.
WebEditorGidBuilder builder()Get builder for [webkitwebprocessextension.web_editor.WebEditor] Returns: New builder object
webkitwebprocessextension.web_page.WebPage getPage()Gets the #WebKitWebPage that is associated with the #WebKitWebEditor. Returns: the associated #WebKitWebPage
gulong connectSelectionChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : webkitwebprocessextension.web_editor.WebEditor))) && Parameters!T.length < 2)Connect to `SelectionChanged` signal.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [webkitwebprocessextension.web_editor.WebEditor]

Methods