Class
DevhelpAssistantView
Constructors
dh_assistant_view_new
Instance methods
dh_assistant_view_search
Search for str
in the current assistant view.
dh_assistant_view_set_link
Open link
in the assistant view, if NULL
the view will be blanked.
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 (43)
Properties
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.AssistantView::open-uri
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