Class

DevhelpSidebar

Description

class Devhelp.Sidebar : Gtk.Grid {
  parent_instance: GtkGrid
}
No description available.

Constructors

dh_sidebar_new
No description available.

Deprecated since: 3.30

Functions

dh_sidebar_new2
No description available.

Available since: 3.30

Instance methods

dh_sidebar_get_profile
No description available.

Available since: 3.30

dh_sidebar_get_selected_link

last DhLink emitted by the DhSidebar::link-selected signal. See the documentation of DhSidebar::link-selected.

Available since: 3.30

dh_sidebar_select_uri

Calls dh_book_tree_select_uri().

dh_sidebar_set_search_focus

Gives the focus to the search entry.

dh_sidebar_set_search_string
No description available.
Methods inherited from GtkGrid (20)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (43)

Properties

Devhelp.Sidebar: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 GtkGrid (5)
Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)

Signals

Devhelp.Sidebar::link-selected

The ::link-selected signal is emitted when: 1. One row in one of the GtkTreeViews is selected and contains a DhLink (i.e. when the row is not a language group); 2. Or if there is an exact match returned by dh_keyword_model_filter() when a search occurs.

Signals inherited from GtkContainer (4)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)

Class structure

struct DevhelpSidebarClass {
  GtkGridClass parent_class;
  void (* link_selected) (
    DhSidebar* sidebar,
    DhLink* link
  );
  None padding;
  
}
Class members
parent_class
GtkGridClass
  No description available.
link_selected
void (* link_selected) (
    DhSidebar* sidebar,
    DhLink* link
  )
  No description available.
padding
None
  No description available.

Virtual methods

No description available.