gtk.flow_box_child

Module for [FlowBoxChild] class

Types 3

[gtk.flow_box_child.FlowBoxChild] is the kind of widget that can be added to a [gtk.flow_box.FlowBox].

Methods
GType _gType() @property
FlowBoxChild self()Returns `this`, for use in `with` statements.
FlowBoxChildGidBuilder builder()Get builder for [gtk.flowboxchild.FlowBoxChild] Returns: New builder object
gtk.widget.Widget child() @propertyGet `child` property. Returns: The child widget.
void child(gtk.widget.Widget propval) @propertySet `child` property. Params: propval = The child widget.
void changed()Marks child as changed, causing any state that depends on this to be updated.
gtk.widget.Widget getChild()Gets the child widget of self. Returns: the child widget of self
int getIndex()Gets 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 box
bool isSelected()Returns whether the child is currently selected in its [gtk.flow_box.FlowBox] container. Returns: true if child is selected
void setChild(gtk.widget.Widget child = null)Sets the child widget of self.
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)Connect to `Activate` signal.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.flowboxchild.FlowBoxChild].
Methods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.flow_box_child.FlowBoxChild]