ListBox

Constructors

this
this(DzlListBox* dzlListBox, bool ownedRef = false)

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

this
this(GType rowType, string propertyName)

Members

Functions

getDazzleListBoxStruct
DzlListBox* getDazzleListBoxStruct(bool transferOwnership = false)

Get the main Gtk struct

getModel
ListModelIF getModel()
getPropertyName
string getPropertyName()
getRowType
GType getRowType()
getStruct
void* getStruct()

the main Gtk struct as a void*

setModel
void setModel(ListModelIF model)
setRecycleMax
void setRecycleMax(uint recycleMax)

Sets the max number of rows to cache for reuse. Set to 0 to return to the default.

Static functions

getType
GType getType()

Variables

dzlListBox
DzlListBox* dzlListBox;

the main Gtk struct

Meta