Box

Constructors

this
this(DzlBox* dzlBox, bool ownedRef = false)

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

this
this()

Members

Functions

getDazzleBoxStruct
DzlBox* getDazzleBoxStruct(bool transferOwnership = false)

Get the main Gtk struct

getMaxWidthRequest
int getMaxWidthRequest()
getNthChild
Widget getNthChild(uint nth)

Gets the nth child of @self.

getStruct
void* getStruct()

the main Gtk struct as a void*

setMaxWidthRequest
void setMaxWidthRequest(int maxWidthRequest)

Static functions

getType
GType getType()

Variables

dzlBox
DzlBox* dzlBox;

the main Gtk struct

Meta