PathBar

Constructors

this
this(DzlPathBar* dzlPathBar, bool ownedRef)

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

this
this()

Members

Aliases

getPath
alias getPath = Widget.getPath
Undocumented in source.

Functions

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

Gets the path for the view.

getPathBarStruct
DzlPathBar* getPathBarStruct(bool transferOwnership)

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