Class

DevhelpBookTree

Description

class Devhelp.BookTree : Gtk.TreeView {
  parent_instance: GtkTreeView
}
No description available.

Constructors

dh_book_tree_new
No description available.

Instance methods

dh_book_tree_get_profile
No description available.

Available since: 3.30

dh_book_tree_get_selected_link
No description available.

Available since: 3.30

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 (19)
Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)

Signals

Devhelp.BookTree::link-selected
No description available.
Signals inherited from GtkTreeView (15)
Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)

Class structure

struct DevhelpBookTreeClass {
  GtkTreeViewClass parent_class;
  None padding;
  
}
Class members
parent_class
GtkTreeViewClass
  No description available.
padding
None
  No description available.