Constructor
GtkSearchEntrynew
since: 3.6
Declaration [src]
GtkWidget*
gtk_search_entry_new (
void
)
Description [src]
Creates a GtkSearchEntry
, with a find icon when the search field is
empty, and a clear icon when it isn’t.
Available since: 3.6
Return value
Type: GtkWidget
A new GtkSearchEntry
.
The data is owned by the called function. |