diff options
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 6ff024ca..fc22defd 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -303,6 +303,7 @@ private: const char *initText; char *label; int label_w; + char *placeholder; bool editable; static void widgetCallback (Fl_Widget *widget, void *data); @@ -314,7 +315,7 @@ protected: public: FltkEntryResource (FltkPlatform *platform, int size, bool password, - const char *label); + const char *label, const char *placeholder); ~FltkEntryResource (); void sizeRequest (core::Requisition *requisition); |