Class
DevhelpWebView
Instance methods
dh_web_view_get_devhelp_title
An enhanced getter function for the WebKitWebView:title property: when that
property is the empty string or NULL, this function returns “Empty Page” (translated).
Available since: 3.30
dh_web_view_search_next
Like webkit_find_controller_search_next(), but takes into account whether
dh_web_view_set_search_text() has been called.
Available since: 3.30
dh_web_view_search_previous
Like webkit_find_controller_search_previous(), but takes into account whether
dh_web_view_set_search_text() has been called.
Available since: 3.30
dh_web_view_set_search_text
A more convenient API (for Devhelp needs) than WebKitFindController. If
search_text is not empty, it calls webkit_find_controller_search() if not
already done. If search_text is empty or NULL, it calls
webkit_find_controller_search_finish().
Available since: 3.30
Properties
Devhelp.WebView:profile
The DhProfile. If set to NULL, the default profile as returned by
dh_profile_get_default() is used.
Available since: 3.30
Signals
Devhelp.WebView::open-new-tab
The ::open-new-tab signal is emitted when a URI needs to be opened in
a new DhWebView. This happens when doing Ctrl+click or middle click
on a link.
Available since: 3.30
Class structure
struct DevhelpWebViewClass {
WebKitWebViewClass parent_class;
void (* open_new_tab) (
DhWebView* view,
const gchar* uri
);
None padding;
}
Class members
parent_class |
|
| No description available. | |
open_new_tab |
|
| No description available. | |
padding |
|
| No description available. |