panel.grid_column

Module for [GridColumn] class

Types 3

Methods
GType _gType() @property
GridColumn self()Returns `this`, for use in `with` statements.
GridColumnGidBuilder builder()Get builder for [panel.grid_column.GridColumn] Returns: New builder object
void foreachFrame(panel.types.FrameCallback callback)Invokes a callback for each frame in the grid column.
bool getEmpty()
panel.frame.Frame getMostRecentFrame()Gets the most recently acive frame on a grid column. Returns: a #PanelGridFrame
uint getNRows()
panel.frame.Frame getRow(uint row)Gets the frame corresponding to a row index.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [panel.grid_column.GridColumn]

Methods