Class

DevhelpSidebar

Description

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

Hierarchy

hierarchy this DhSidebar implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkOrientable this--implements_2 ancestor_0 GtkGrid 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

  • GtkGrid
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

dh_sidebar_new
No description available.

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

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

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.

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.

Functions

dh_sidebar_new2
No description available.

Available since: 3.30