RadioBox

Constructors

this
this(DzlRadioBox* dzlRadioBox, bool ownedRef)

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

this
this()

Members

Functions

addItem
void addItem(string id, string text)
addOnChanged
gulong addOnChanged(void delegate(RadioBox) dlg, ConnectFlags connectFlags)
getActiveId
string getActiveId()
getRadioBoxStruct
DzlRadioBox* getRadioBoxStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

removeItem
void removeItem(string id)
setActiveId
void setActiveId(string id)

Static functions

getType
GType getType()

Variables

dzlRadioBox
DzlRadioBox* dzlRadioBox;

the main Gtk struct

Meta