panel.grid_column

Module for [GridColumn] class

Types 3

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

Fluent builder implementation template for panel.grid_column.GridColumn

Fluent builder for panel.grid_column.GridColumn

Methods
GridColumn build() nothrowCreate object from builder. Returns: New object