PathBar

Constructors

this
this(DzlPathBar* dzlPathBar, bool ownedRef = false)

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

this
this()

Members

Functions

addOnElementSelected
gulong addOnElementSelected(void delegate(Path, PathElement, PathBar) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)
addOnPopulateMenu
gulong addOnPopulateMenu(void delegate(Path, PathElement, Menu, PathBar) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)
getPath
Path getPath()

Gets the path for the view.

getPathBarStruct
DzlPathBar* getPathBarStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setPath
void setPath(Path path)
setSelectedIndex
void setSelectedIndex(uint index)

Static functions

getType
GType getType()

Variables

dzlPathBar
DzlPathBar* dzlPathBar;

the main Gtk struct

Meta