Class
DevhelpBookTree
Constructors
dh_book_tree_new
No description available.
Instance methods
dh_book_tree_select_uri
Selects the row corresponding to uri
. It searches in the tree a DhLink
being at uri
(if it’s an exact match), or containing uri
(if uri
contains
an anchor).
Methods inherited from GtkTreeView (99)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (42)
Properties
Devhelp.BookTree: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 GtkTreeView (18)
Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)
Signals
Devhelp.BookTree::link-selected
No description available.