Column

Constructors

this
this(HdyColumn* hdyColumn, bool ownedRef = false)

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

this
this()

Creates a new #HdyColumn.

Members

Functions

getColumnStruct
HdyColumn* getColumnStruct(bool transferOwnership = false)

Get the main Gtk struct

getLinearGrowthWidth
int getLinearGrowthWidth()

Gets the width up to which the child will be allocated all the available width and starting from which it will be allocated a portion of the available width. In bith cases the allocated width won't exceed the declared maximum.

getMaximumWidth
int getMaximumWidth()

Gets the maximum width to allocate to the contained child.

getStruct
void* getStruct()

the main Gtk struct as a void*

setLinearGrowthWidth
void setLinearGrowthWidth(int linearGrowthWidth)

Sets the width up to which the child will be allocated all the available width and starting from which it will be allocated a portion of the available width. In bith cases the allocated width won't exceed the declared maximum.

setMaximumWidth
void setMaximumWidth(int maximumWidth)

Sets the maximum width to allocate to the contained child.

Static functions

getType
GType getType()

Variables

hdyColumn
HdyColumn* hdyColumn;

the main Gtk struct

Meta