diff options
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); }; |