LogWidget.maxLines - multiple declarations
- Function LogWidget.maxLines
- Function LogWidget.maxLines
Function LogWidget.maxLines
max lines to show (when appended more than max lines, older lines will be truncated), 0 means no limit
Prototype
int maxLines() @property;
Function LogWidget.maxLines
set max lines to show (when appended more than max lines, older lines will be truncated), 0 means no limit
Prototype
void maxLines(
int n
) @property;
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0