RadioBox

Constructors

this
this(DzlRadioBox* dzlRadioBox, bool ownedRef = false)

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 = cast(ConnectFlags)0)
getActiveId
string getActiveId()
getRadioBoxStruct
DzlRadioBox* getRadioBoxStruct(bool transferOwnership = false)

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