aboutsummaryrefslogtreecommitdiff
path: root/test/dw_ui_test.cc
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 /test/dw_ui_test.cc
parent014a83d2f53cd49bd2540c53ee56f26d880fe2f5 (diff)
TEXTAREA placeholder attribute
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r--test/dw_ui_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index b70349ca..f24cc9b9 100644
--- a/test/dw_ui_test.cc
+++ b/test/dw_ui_test.cc
@@ -87,7 +87,8 @@ int main(int argc, char **argv)
layout->getResourceFactory()->createEntryResource (10, true, NULL,
"password field!");
MultiLineTextResource *textres =
- layout->getResourceFactory()->createMultiLineTextResource (15,3);
+ layout->getResourceFactory()->createMultiLineTextResource (15,3,
+ "textarea placeholder!");
RadioButtonResource *radiores1 =
layout->getResourceFactory()->createRadioButtonResource (NULL, false);
RadioButtonResource *radiores2 =