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.
Methods inherited from GtkGrid (20)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (42)
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
Properties inherited from GtkGrid (5)
Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)
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.
Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)
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.