WebPage
Object Hierarchy:
WebKit.WebPage
WebKit.WebPage
WebKit.WebPage
GLib.Object
GLib.Object
GLib.Object->WebKit.WebPage
Description:
[
CCode ( type_id =
"webkit_web_page_get_type ()" ) ]
public sealed class WebPage :
Object
Content:
Properties:
Creation methods:
Methods:
Signals:
public signal bool context_menu (ContextMenu context_menu, WebHitTestResult hit_test_result)
Emitted before a context menu is displayed in the UI Process to give the
application a chance to customize the proposed menu, build its own context menu or pass user data to the UI Process.
public signal void document_loaded ()
This signal is emitted when the DOM document of a
WebPage has been loaded.
public signal bool send_request (URIRequest request, URIResponse redirected_response)
This signal is emitted when request
is about to be sent to the
server.
public signal bool user_message_received (UserMessage message)
This signal is emitted when a
UserMessage is received from the WebKitWebView
corresponding to web_page
.
Inherited Members:
All known members inherited from class GLib.Object