aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-11-25 02:23:37 +0000
committercorvid <corvid@lavabit.com>2012-11-25 02:23:37 +0000
commitea6ae568badbabb1441a4317e4f9e54ea98cc8b6 (patch)
tree21061b1eb3f6fc3a864fb40d9cd8ff76924a9f1d /dw/ui.hh
parent975fc68c4d5bd9ce6ca2e536f4c8a3c6d59962b9 (diff)
and now we can implement maxlength
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 41ab272b..e6d98670 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -482,6 +482,7 @@ class EntryResource: public TextResource
{
public:
enum { UNLIMITED_SIZE = -1 };
+ virtual void setMaxLength (int maxlen) = 0;
};
class MultiLineTextResource: public TextResource