diff options
author | corvid <corvid@lavabit.com> | 2012-11-25 02:23:37 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-25 02:23:37 +0000 |
commit | ea6ae568badbabb1441a4317e4f9e54ea98cc8b6 (patch) | |
tree | 21061b1eb3f6fc3a864fb40d9cd8ff76924a9f1d /dw/fltkui.hh | |
parent | 975fc68c4d5bd9ce6ca2e536f4c8a3c6d59962b9 (diff) |
and now we can implement maxlength
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 976e5395..e1845abd 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -308,6 +308,7 @@ public: void setText (const char *text); bool isEditable (); void setEditable (bool editable); + void setMaxLength (int maxlen); }; |