cwidget
0.5.18
|
Public Member Functions | |
column_disposition (const std::wstring &_text, int _minx) | |
column_disposition (const std::string &_text, int _minx, const char *encoding=nullptr) | |
Generate a column from the multibyte string _text. | |
Public Attributes | |
std::wstring | text |
The contents of the columns. | |
int | minx |
The minimum x value to start this column at (useful for indenting stuff in trees) | |