gtk.flow_box_child
Module for [FlowBoxChild] class
Types 3
classFlowBoxChild : gtk.bin.Bin
Methods
FlowBoxChild self()Returns `this`, for use in `with` statements.FlowBoxChildGidBuilder builder()Get builder for [gtk.flowboxchild.FlowBoxChild] Returns: New builder objectvoid changed()Marks child as changed, causing any state that depends on this to be updated. This affects sorting and filtering.int getIndex()Gets 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()Returns whether the child is currently selected in its #GtkFlowBox container. Returns: true if child is selectedgulong 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)Connect to `Activate` signal.classFlowBoxChildGidBuilderImpl(T) : gtk.bin.BinGidBuilderImpl!T
Fluent builder for [gtk.flow_box_child.FlowBoxChild]
Methods