See: https://developer.gnome.org/gtk3/stable/GtkSearchEntry.html
gtk :: GtkSearchEntry :: defaultinit
gtk :: GtkSearchEntry :: new
gtk $ GtkSearchEntry :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			gtk :: GtkWidget :: defaultinit
gtk :: GtkEntry :: defaultinit
core :: Pointer :: defaultinit
core :: Object :: defaultinit
gtk :: GtkSearchEntry :: defaultinit
gtk :: GtkEntry :: input_purpose=
Input purpose, tweaks the behavior of this widgetcore :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			gtk :: GtkEntry :: max_length
gtk :: GtkEntry :: max_length=
gtk :: GtkSearchEntry :: new
core :: Object :: output_class_name
Display class name on stdout (debug only).gtk :: GtkWidget :: sensitive=
Sets the sensitivity of a widget. sensitive -> the user can interact with it.gtk :: GtkWidget :: set_size_request
Set the minimum dimension of this widgetgtk :: GtkWidget :: signal_connect
gtk :: GtkEntry :: visiblility
Is the text visible or is it the invisible char (such as '*')?
# 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