summaryrefslogtreecommitdiff
path: root/iup/test/vbox.c
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:26:30 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:32:26 +0200
commit7505e88db66798b2b8fcdff2d92a7136cd826b5b (patch)
treeb6ced565318f8e8112e35cb0ad53abe4212ef8de /iup/test/vbox.c
parente9a184546b18cf3b796bd560561f312934004c54 (diff)
Upgrading to IUP 3.2 - and cleaning up.
Diffstat (limited to 'iup/test/vbox.c')
-rwxr-xr-xiup/test/vbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iup/test/vbox.c b/iup/test/vbox.c
index ac53b6b..5587a3c 100755
--- a/iup/test/vbox.c
+++ b/iup/test/vbox.c
@@ -30,10 +30,10 @@ void VboxTest(void)
IupSetAttribute(btn_11, "SIZE", "20x10");
// IupSetAttribute(btn_12, "SIZE", "30x20");
IupSetAttribute(btn_12, "EXPAND", "VERTICAL");
- IupSetAttribute(btn_12, "EXPANDWEIGTH", "1.3");
+ IupSetAttribute(btn_12, "EXPANDWEIGHT", "1.3");
// IupSetAttribute(btn_13, "SIZE", "40x30");
IupSetAttribute(btn_13, "EXPAND", "VERTICAL");
- IupSetAttribute(btn_13, "EXPANDWEIGTH", "0.7");
+ IupSetAttribute(btn_13, "EXPANDWEIGHT", "0.7");
IupSetAttribute(vbox_1, "ALIGNMENT", "ALEFT");
// IupSetAttribute(vbox_1, "MARGIN", "20x20");
// IupSetAttribute(vbox_1, "GAP", "10");