FlowBoxChild

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Creates a new #GtkFlowBoxChild, to be used as a child of a #GtkFlowBox.

Members

Functions

changed
void changed()

Marks child as changed, causing any state that depends on this to be updated. This affects sorting and filtering.

connectActivate
gulong connectActivate(T callback, Flag!"After" after)

Connect to Activate signal.

getIndex
int getIndex()

Gets the current index of the child in its #GtkFlowBox container.

isSelected
bool isSelected()

Returns whether the child is currently selected in its #GtkFlowBox container.

self
FlowBoxChild self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
FlowBoxChildGidBuilder builder()

Get builder for gtk.flow_box_child.FlowBoxChild

Inherited Members

From Bin

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
Bin self()

Returns this, for use in with statements.

builder
BinGidBuilder builder()

Get builder for gtk.bin.Bin

getChild
gtk.widget.Widget getChild()

Gets the child of the #GtkBin, 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.