| Top |
Functions
| GtkWidget * | dh_book_tree_new () |
| void | dh_book_tree_select_uri () |
| DhLink * | dh_book_tree_get_selected_book () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── DhBookTree
Functions
dh_book_tree_new ()
GtkWidget *
dh_book_tree_new (DhBookManager *book_manager);
Create a new DhBookManager object.
dh_book_tree_select_uri ()
void dh_book_tree_select_uri (DhBookTree *tree,const gchar *uri);
Select the given uri
.
dh_book_tree_get_selected_book ()
DhLink *
dh_book_tree_get_selected_book (DhBookTree *tree);
Get the link pointing to the selected book.
Property Details
The “book-manager” property
“book-manager” DhBookManager *
The book manager.
Flags: Read / Write / Construct Only
Signal Details
The “link-selected” signal
void user_function (DhBookTree *tree, gpointer link, gpointer user_data)
Parameters
tree |
a DhBookTree object |
|
link |
the selected DhLink. |
[type DhLink] |
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
