JoinedMenu

Constructors

this
this(DzlJoinedMenu* dzlJoinedMenu, bool ownedRef = false)

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

this
this()

Members

Functions

appendMenu
void appendMenu(MenuModel model)
getJoinedMenuStruct
DzlJoinedMenu* getJoinedMenuStruct(bool transferOwnership = false)

Get the main Gtk struct

getNJoined
uint getNJoined()

Gets the number of joined menus.

getStruct
void* getStruct()

the main Gtk struct as a void*

prependMenu
void prependMenu(MenuModel model)
removeIndex
void removeIndex(uint index)
removeMenu
void removeMenu(MenuModel model)

Static functions

getType
GType getType()

Variables

dzlJoinedMenu
DzlJoinedMenu* dzlJoinedMenu;

the main Gtk struct

Meta