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
Methods inherited from DhWebView (11)
dh_web_view_can_reset_zoom
Available since: 3.30
dh_web_view_can_zoom_in
Available since: 3.30
dh_web_view_can_zoom_out
Available since: 3.30
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_get_profile
Available since: 3.30
dh_web_view_reset_zoom
Reset the text size to the normal size.
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
dh_web_view_zoom_in
Makes the text larger.
Available since: 3.30
dh_web_view_zoom_out
Makes the text smaller.
Available since: 3.30
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (42)
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
Properties inherited from DhWebView (1)
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
Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)
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
Signals inherited from DhWebView (1)
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
Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)
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. |