- columnInfo
ColumnInfo columnInfo(int column)
Undocumented in source.
- getCellText
void getCellText(int column, int line, void delegate(const(char)[]) sink)
Undocumented in source.
- getColumnText
void getColumnText(int column, void delegate(const(char)[]) sink)
Undocumented in source.
- getLineIndent
int getLineIndent(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineType
TreeLineType getLineType(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLineSelected
bool isLineSelected(int line)
Undocumented in source.
- numColumns
int numColumns()
Undocumented in source.
- numLines
int numLines()
Undocumented in source.
- onLineClick
void onLineClick(int line)
Undocumented in source.
- toggleLineFolding
void toggleLineFolding(int line)
Undocumented in source. Be warned that the author may not have intended to support it.