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 /test | |
parent | 014a83d2f53cd49bd2540c53ee56f26d880fe2f5 (diff) |
TEXTAREA placeholder attribute
Diffstat (limited to 'test')
-rw-r--r-- | test/dw_ui_test.cc | 3 |
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 = |