diff options
author | corvid <devnull@localhost> | 2015-01-22 08:51:02 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-01-22 08:51:02 +0000 |
commit | 874c68b4235eb459d94af9622f28bad91028b3c9 (patch) | |
tree | 7210183ab468b0a7a881b1a6fab4edbecbf6501f /dw/fltkui.hh | |
parent | 9ff7e6783ebe9122a8d15b2891936223bc7f2b87 (diff) |
INPUT placeholder attribute
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 a0d2d7b7..0ceef003 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -301,6 +301,7 @@ private: const char *initText; char *label; int label_w; + char *placeholder; bool editable; static void widgetCallback (Fl_Widget *widget, void *data); @@ -312,7 +313,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); |