aboutsummaryrefslogtreecommitdiff
path: root/test/dw_ui_test.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-05 17:12:43 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-05 17:12:43 -0300
commitf7fc073ac0de5326cffee25fd3e94c4d0b385136 (patch)
treeec3b76e4436c6266369151308155705c822b66ea /test/dw_ui_test.cc
parent58e0045791b62f309066e446a314cd26bc277a8b (diff)
Added a right-click menu to the form submit button (allows to show hiddens)
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r--test/dw_ui_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc
index 5ce949ef..3815a868 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 =