![]() |
![]() |
![]() |
![]() |
DhBookTree — A GtkTreeView containing the tree structure of all enabled DhBook's
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── DhBookTree
DhBookTree is a GtkTreeView (showing a tree, not a list) containing the general tree structure of all enabled DhBook's.
The dh_book_get_tree()
function is called to get the tree structure of a
DhBook. As such the tree contains only DhLink's of type DH_LINK_TYPE_BOOK
or DH_LINK_TYPE_PAGE
.
When an element is selected, the “link-selected” signal is emitted. Only one element can be selected at a time.
void dh_book_tree_select_uri (DhBookTree *tree
,const gchar *uri
);
Selects the given uri
.
“link-selected”
signalvoid user_function (DhBookTree *tree, DhLink *link, gpointer user_data)
tree |
the DhBookTree. |
|
link |
the selected DhLink. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last