diff options
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -482,6 +482,7 @@ class EntryResource: public TextResource { public: enum { UNLIMITED_SIZE = -1 }; + virtual void setMaxLength (int maxlen) = 0; }; class MultiLineTextResource: public TextResource |