WebEditor

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

Constructors

this
this(WebKitWebEditor* webKitWebEditor, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

addOnSelectionChanged
gulong addOnSelectionChanged(void delegate(WebEditor) dlg, ConnectFlags connectFlags)

This signal is emitted for every selection change inside a #WebKitWebPage as well as for every caret position change as the caret is a collapsed selection.

getPage
WebPage getPage()

Gets the #WebKitWebPage that is associated with the #WebKitWebEditor that can be used to access the #WebKitDOMDocument currently loaded into it.

getStruct
void* getStruct()

the main Gtk struct as a void*

getWebEditorStruct
WebKitWebEditor* getWebEditorStruct(bool transferOwnership)

Get the main Gtk struct

Static functions

getType
GType getType()

Variables

webKitWebEditor
WebKitWebEditor* webKitWebEditor;

the main Gtk struct

Meta

Since

2.10