FilePathPanelButtons

Panel with buttons - path segments - for fast navigation to subdirs.

Constructors

this
this(string ID)
Undocumented in source.

Members

Functions

initialize
void initialize(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(Rect rc)

Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).

measure
void measure(int parentWidth, int parentHeight)

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

onPathSelected
bool onPathSelected(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_path
string _path;
Undocumented in source.
onPathSelectionListener
Listener!OnPathSelectionHandler onPathSelectionListener;
Undocumented in source.

Inherited Members

From WidgetGroupDefaultDrawing

onDraw
void onDraw(DrawBuf buf)

Draw widget at its position to buffer

Meta