Menu

Undocumented in source.

Constructors

this
this(UI ui, int nlines, int ncols, int y, int x, string delegate() header, Config cfg)
Undocumented in source.
this
this(UI ui, int nlines, int ncols, int y, int x, string header, Config cfg)
Undocumented in source.

Members

Classes

Signal
class Signal
Undocumented in source.

Functions

addEntry
void addEntry(T value, string delegate() text)
Undocumented in source. Be warned that the author may not have intended to support it.
addEntry
void addEntry(T value, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
chosenValue
auto chosenValue()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
keystroke
bool keystroke(WChar key)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Config
struct Config
Undocumented in source.

Variables

cfg
Config cfg;
Undocumented in source.
choice
int choice;
Undocumented in source.
curScroll
int curScroll;
Undocumented in source.
entries
string delegate()[] entries;
Undocumented in source.
header
string delegate() header;
Undocumented in source.
signalChange
bool signalChange;
Undocumented in source.
values
T[] values;
Undocumented in source.

Meta