StackList

Constructors

this
this(DzlStackList* dzlStackList, bool ownedRef)

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

this
this()

Members

Functions

addOnHeaderActivated
gulong addOnHeaderActivated(void delegate(ListBoxRow, StackList) dlg, ConnectFlags connectFlags)
addOnRowActivated
gulong addOnRowActivated(void delegate(ListBoxRow, StackList) dlg, ConnectFlags connectFlags)
clear
void clear()
getDepth
uint getDepth()
getModel
ListModelIF getModel()
getStackListStruct
DzlStackList* getStackListStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

pop
void pop()
push
void push(Widget header, ListModelIF model, DzlStackListCreateWidgetFunc createWidgetFunc, void* userData, GDestroyNotify userDataFreeFunc)

Static functions

getType
GType getType()

Variables

dzlStackList
DzlStackList* dzlStackList;

the main Gtk struct

Meta