Constructor
GtkSearchBarnew
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
Type: GtkWidget
A new GtkSearchBar
.
The data is owned by the called function. |