gtk.flow_box_child

Module for [FlowBoxChild] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FlowBoxChild self() nothrowReturns `this`, for use in `with` statements.
FlowBoxChildGidBuilder builder() static nothrowGet builder for [gtk.flow_box_child.FlowBoxChild] Returns: New builder object
void changed() nothrowMarks child as changed, causing any state that depends on this to be updated. This affects sorting and filtering.
int getIndex() nothrowGets the current index of the child in its #GtkFlowBox container. Returns: the index of the child, or -1 if the child is not in a flow box.
bool isSelected() nothrowReturns whether the child is currently selected in its #GtkFlowBox container. Returns: true if child is selected
gulong connectActivate(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gtk.flow_box_child.FlowBoxChild))) && Parameters!T.length < 2) nothrowConnect to `Activate` signal.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkFlowBoxChild, to be used as a child of a #GtkFlowBox. Returns: a new #GtkFlowBoxChild

Fluent builder implementation template for gtk.flow_box_child.FlowBoxChild

Methods
FlowBoxChild build() nothrowCreate object from builder. Returns: New object