Class

DevhelpSearchBar

Description

class Devhelp.SearchBar : Gtk.SearchBar {
  parent: GtkSearchBar,
  priv: DhSearchBarPrivate*
}
No description available.

Hierarchy

hierarchy this DhSearchBar implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 ancestor_0 GtkSearchBar ancestor_0--this ancestor_1 GtkBin ancestor_1--ancestor_0 ancestor_2 GtkContainer ancestor_2--ancestor_1 ancestor_3 GtkWidget ancestor_3--ancestor_2 ancestor_4 GInitiallyUnowned ancestor_4--ancestor_3 ancestor_5 GObject ancestor_5--ancestor_4

Ancestors

  • GtkSearchBar
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable

Constructors

dh_search_bar_new
No description available.

Available since: 3.30

Instance methods

dh_search_bar_get_notebook
No description available.

Available since: 3.30

dh_search_bar_grab_focus_to_search_entry

Grabs the focus to the DhSearchBar search entry and selects its text.

Available since: 3.36

Properties

Devhelp.SearchBar:notebook

The associated DhNotebook. DhSearchBar has a strong reference to the DhNotebook.

Available since: 3.30

Class structure

struct DevhelpSearchBarClass {
  GtkSearchBarClass parent_class;
  None padding;
  
}
Class members
parent_class
GtkSearchBarClass
  No description available.
padding
None
  No description available.