The SearchEntry is a subclass of the :doc:`entry` widget, which is tailored for used to search for data within the application.
The constructor for the SearchEntry is:
GtkWidget *searchentry = gtk_search_entry_new();
Below is an example of a SearchEntry:
.. literalinclude:: _examples/searchentry.c