Constructor
GtkSearchBarnew
since: 3.10
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().
Available since: 3.10
Return value
Type: GtkWidget
A new GtkSearchBar
.
The data is owned by the called function. |