diff options
author | corvid <devnull@localhost> | 2015-02-02 22:23:45 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-02-02 22:23:45 +0000 |
commit | 74a4875a72db4bbfd09432de7ed46445eccadb1a (patch) | |
tree | 965b2139bc7ba81c893ed5e666799349fd76d932 /dw/fltkplatform.hh | |
parent | 014a83d2f53cd49bd2540c53ee56f26d880fe2f5 (diff) |
TEXTAREA placeholder attribute
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 5aa86e62..60dca7f2 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -113,7 +113,8 @@ private: const char *label, const char *placeholder); core::ui::MultiLineTextResource *createMultiLineTextResource (int cols, - int rows); + int rows, + const char *placeholder); core::ui::CheckButtonResource *createCheckButtonResource (bool activated); core::ui::RadioButtonResource * |