Constructor

Gtk.SearchBar.new

Declaration [src]

GtkWidget*
gtk_search_bar_new (
  void
)

Description [src]

Creates a GtkSearchBar.

You will need to tell it about which widget is going to be your text entry using gtk_search_bar_connect_entry().

Return value

Returns: GtkWidget

a new GtkSearchBar

Ownership is not transferred to the caller