ColumnLayout

Constructors

this
this(DzlColumnLayout* dzlColumnLayout, bool ownedRef = false)

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

this
this()

Members

Functions

getColumnLayoutStruct
DzlColumnLayout* getColumnLayoutStruct(bool transferOwnership = false)

Get the main Gtk struct

getColumnSpacing
int getColumnSpacing()
getColumnWidth
int getColumnWidth()
getMaxColumns
uint getMaxColumns()
getRowSpacing
int getRowSpacing()
getStruct
void* getStruct()

the main Gtk struct as a void*

setColumnSpacing
void setColumnSpacing(int columnSpacing)
setColumnWidth
void setColumnWidth(int columnWidth)
setMaxColumns
void setMaxColumns(uint maxColumns)
setRowSpacing
void setRowSpacing(int rowSpacing)

Static functions

getType
GType getType()

Variables

dzlColumnLayout
DzlColumnLayout* dzlColumnLayout;

the main Gtk struct

Meta