Class

DevhelpSearchBar

Description

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

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

Methods inherited from DhSearchBar (2)
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

Methods inherited from GtkBin (1)
Methods inherited from GtkContainer (33)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (42)

Properties

Devhelp.SearchBar:notebook

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

Available since: 3.30

Properties inherited from DhSearchBar (1)
Devhelp.SearchBar:notebook

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

Available since: 3.30

Properties inherited from GtkContainer (3)
Properties inherited from GtkWidget (39)

Signals

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

Class structure

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