diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-10 16:11:57 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-10 16:11:57 +0100 |
commit | a9e1b0d2f8a98a5299981fd0c297d2a0befac30d (patch) | |
tree | 13101feab80f910f02f68b65e8d6e988c453c648 /test/dw_ui_test.cc | |
parent | c4f9b611e72fae43e354af489ece509525309b2a (diff) | |
parent | 08ca8a9857b54f2e647a555fd4f531c415adf042 (diff) |
merge with main
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r-- | test/dw_ui_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc index 22d541b5..88595a76 100644 --- a/test/dw_ui_test.cc +++ b/test/dw_ui_test.cc @@ -79,10 +79,10 @@ int main(int argc, char **argv) // First of all, the resources. Later, they are embedded into the // widget tree. EntryResource *entryres1 = - layout->getResourceFactory()->createEntryResource (10, false); + layout->getResourceFactory()->createEntryResource (10, false, NULL); entryres1->setText ("Hi!"); EntryResource *entryres2 = - layout->getResourceFactory()->createEntryResource (10, true); + layout->getResourceFactory()->createEntryResource (10, true, NULL); MultiLineTextResource *textres = layout->getResourceFactory()->createMultiLineTextResource (15,3); RadioButtonResource *radiores1 = |