gtk.flow_box_child
Module for [FlowBoxChild] class
Types 3
classFlowBoxChild : gtk.widget.Widget
gtk.flow_box_child.FlowBoxChild is the kind of widget that can be added to a gtk.flow_box.FlowBox.
Methods
FlowBoxChildGidBuilder builder() static nothrowGet builder for [gtk.flow_box_child.FlowBoxChild] Returns: New builder objectvoid child(gtk.widget.Widget propval) @property nothrowSet `child` property. Params: propval = The child widget.gtk.widget.Widget getChild() nothrowGets the child widget of self. Returns: the child widget of selfint getIndex() nothrowGets the current index of the child in its [gtk.flow_box.FlowBox] container. Returns: the index of the child, or -1 if the child is not in a flow boxbool isSelected() nothrowReturns whether the child is currently selected in its [gtk.flow_box.FlowBox] 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) nothrowConnect to `Activate` signal.Fluent builder implementation template for gtk.flow_box_child.FlowBoxChild
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chainingFluent builder for gtk.flow_box_child.FlowBoxChild
Methods