SimpleLabel

Constructors

this
this(DzlSimpleLabel* dzlSimpleLabel, bool ownedRef = false)

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

this
this(string label)

Members

Functions

getLabel
string getLabel()
getSimpleLabelStruct
DzlSimpleLabel* getSimpleLabelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getWidthChars
int getWidthChars()
getXalign
float getXalign()
setLabel
void setLabel(string label)
setWidthChars
void setWidthChars(int widthChars)
setXalign
void setXalign(float xalign)

Static functions

getType
GType getType()

Variables

dzlSimpleLabel
DzlSimpleLabel* dzlSimpleLabel;

the main Gtk struct

Meta