aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index daddfb78..a5bddc5a 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -286,6 +286,7 @@ private:
bool password;
const char *initText;
char *label;
+ int label_w;
bool editable;
static void widgetCallback (Fl_Widget *widget, void *data);
@@ -301,6 +302,7 @@ public:
~FltkEntryResource ();
void sizeRequest (core::Requisition *requisition);
+ void sizeAllocate (core::Allocation *allocation);
const char *getText ();
void setText (const char *text);