gtk :: GtkListBoxRow
GtkListBoxgtk :: GtkListBoxRow :: changed
gtk :: GtkListBoxRow :: defaultinit
gtk :: GtkListBoxRow :: header
gtk :: GtkListBoxRow :: header=
gtk :: GtkListBoxRow :: index
gtk :: GtkListBoxRow :: new
gtk $ GtkListBoxRow :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?gtk :: GtkListBoxRow :: changed
core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			gtk :: GtkListBoxRow :: defaultinit
gtk :: GtkBin :: defaultinit
gtk :: GtkContainer :: defaultinit
core :: Pointer :: defaultinit
gtk :: GtkWidget :: defaultinit
core :: Object :: defaultinit
gtk :: GtkListBoxRow :: header
gtk :: GtkListBoxRow :: header=
gtk :: GtkListBoxRow :: index
core :: 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 :: GtkListBoxRow :: new
core :: Object :: output_class_name
Display class name on stdout (debug only).gtk :: GtkContainer :: resize_mode
Get the resize mode of the containergtk :: GtkContainer :: resize_mode=
Set the resize mode of the containergtk :: 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
# A single row of a `GtkListBox`
extern class GtkListBoxRow `{ GtkListBoxRow* `}
	super GtkBin
	new `{ return (GtkListBoxRow*)gtk_list_box_row_new(); `}
	fun header: GtkWidget `{ return gtk_list_box_row_get_header(self); `}
	fun header=(header: GtkWidget) `{ gtk_list_box_row_set_header(self, header); `}
	fun index: Int `{ return gtk_list_box_row_get_index(self); `}
	fun changed `{ gtk_list_box_row_changed(self); `}
end
					lib/gtk/v3_10.nit:71,1--84,3