Sets our main struct and passes it to the parent class.
Creates a new gtk.FlowBoxChild, to be used as a child of a gtk.FlowBox
The ::activate signal is emitted when the user activates a child widget in a gtk.FlowBox, either by clicking or double-clicking, or by using the Space or Enter key.
Marks child as changed, causing any state that depends on this to be updated. This affects sorting and filtering.
Get the main Gtk struct
Gets the current index of the child in its gtk.FlowBox container.
the main Gtk struct as a void*
Returns whether the child is currently selected in its gtk.FlowBox container.
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Gets the child of the gtk.Bin, or NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.