ThreeGrid

Constructors

this
this(DzlThreeGrid* dzlThreeGrid, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

addAt
void addAt(Widget widget, uint row, uint column)

Adds a widget to the grid at the row and column (Helper function)

getColumnSpacing
uint getColumnSpacing()

Gets the column spacing

getRowSpacing
uint getRowSpacing()

Gets the row spacing

getStruct
void* getStruct()

the main Gtk struct as a void*

getThreeGridStruct
DzlThreeGrid* getThreeGridStruct(bool transferOwnership)

Get the main Gtk struct

moveChild
void moveChild(Widget widget, uint row, uint column)

Moves a widget on the grid from one row/column pair to an other (Helper function)

setColumnSpacing
void setColumnSpacing(uint spacing)

Sets the column spacing

setRowSpacing
void setRowSpacing(uint spacing)

Sets the row spacing

Static functions

getType
GType getType()

Variables

dzlThreeGrid
DzlThreeGrid* dzlThreeGrid;

the main Gtk struct

Meta