Class

DevhelpSearchBar

Description

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

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.