Class

DevhelpBookTree

Description

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

Hierarchy

hierarchy this DhBookTree implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkScrollable this--implements_2 ancestor_0 GtkTreeView ancestor_0--this ancestor_1 GtkContainer ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Ancestors

  • GtkTreeView
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkScrollable

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).

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

Signals

Devhelp.BookTree::link-selected
No description available.

Class structure

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