aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-02-02 22:23:45 +0000
committercorvid <devnull@localhost>2015-02-02 22:23:45 +0000
commit74a4875a72db4bbfd09432de7ed46445eccadb1a (patch)
tree965b2139bc7ba81c893ed5e666799349fd76d932 /dw/ui.hh
parent014a83d2f53cd49bd2540c53ee56f26d880fe2f5 (diff)
TEXTAREA placeholder attribute
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index f31b44d7..c64880b4 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -583,7 +583,8 @@ public:
const char *label,
const char *placeholder) = 0;
virtual MultiLineTextResource *createMultiLineTextResource (int cols,
- int rows) = 0;
+ int rows,
+ const char *placeholder) = 0;
virtual CheckButtonResource *createCheckButtonResource (bool activated) = 0;
virtual RadioButtonResource *createRadioButtonResource (RadioButtonResource
*groupedWith,