Class
DevhelpSidebar
Instance methods
dh_sidebar_get_selected_link
last DhLink
emitted by the DhSidebar::link-selected
signal. See the
documentation of DhSidebar::link-selected
.
Available since: 3.30
dh_sidebar_select_uri
Calls dh_book_tree_select_uri()
.
dh_sidebar_set_search_focus
Gives the focus to the search entry.
dh_sidebar_set_search_string
No description available.
Properties
Devhelp.Sidebar: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.Sidebar::link-selected
The ::link-selected signal is emitted when:
1. One row in one of the GtkTreeView
‘s is selected and contains a
DhLink
(i.e. when the row is not a language group);
2. Or if there is an exact match returned by
dh_keyword_model_filter()
when a search occurs.
Class structure
struct DevhelpSidebarClass {
GtkGridClass parent_class;
void (* link_selected) (
DhSidebar* sidebar,
DhLink* link
);
None padding;
}
Class members
parent_class |
|
No description available. | |
link_selected |
|
No description available. | |
padding |
|
No description available. |
Virtual methods
Devhelp.SidebarClass.link_selected
No description available.