summaryrefslogtreecommitdiff
path: root/iup/test/val.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/test/val.c')
-rwxr-xr-xiup/test/val.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/iup/test/val.c b/iup/test/val.c
index 2f0b500..c1b4724 100755
--- a/iup/test/val.c
+++ b/iup/test/val.c
@@ -118,8 +118,6 @@ void ValTest(void)
{
Ihandle *dlg, *val_h, *val_v;
-// IupOldValOpen();
-
lbl_v = IupLabel("VALUE=");
IupSetAttribute(lbl_v, "SIZE", "70x");
@@ -143,8 +141,8 @@ void ValTest(void)
val_h = IupVal("HORIZONTAL");
IupSetAttribute(val_h, "MAX", "100.0");
- IupSetAttribute(val_h, "SHOWTICKS", "10");
- IupSetAttribute(val_h, "TICKSPOS", "BOTH"); /* Windows Only */
+// IupSetAttribute(val_h, "SHOWTICKS", "10");
+// IupSetAttribute(val_h, "TICKSPOS", "BOTH"); /* Windows Only */
// IupSetAttribute(val_h, "INVERTED", "YES");
IupSetAttribute(val_h, "EXPAND", "HORIZONTAL");