Property definitions

gtk $ GtkSearchEntry :: defaultinit
# An entry which shows a search icon
# See: https://developer.gnome.org/gtk3/stable/GtkSearchEntry.html
extern class GtkSearchEntry `{GtkSearchEntry *`}
	super GtkEntry

	new `{
		return (GtkSearchEntry *)gtk_search_entry_new();
	`}
end
lib/gtk/v3_6.nit:23,1--31,3