aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index a65d4930..976e5395 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -282,7 +282,7 @@ class FltkEntryResource:
public FltkSpecificResource <dw::core::ui::EntryResource>
{
private:
- int maxLength;
+ int size;
bool password;
const char *initText;
char *label;
@@ -297,7 +297,7 @@ protected:
void setWidgetStyle (Fl_Widget *widget, core::style::Style *style);
public:
- FltkEntryResource (FltkPlatform *platform, int maxLength, bool password,
+ FltkEntryResource (FltkPlatform *platform, int size, bool password,
const char *label);
~FltkEntryResource ();