summaryrefslogtreecommitdiff
path: root/test/valuators.fl
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-03-10 08:17:43 +0000
committerBill Spitzak <spitzak@gmail.com>1999-03-10 08:17:43 +0000
commitb6115887c86b6f3fa9591becb23a77af19fc2b95 (patch)
tree6d7d47819b1dfa77f7641d70fc7b7d27b37d0eae /test/valuators.fl
parent170c31cada99660d123aa81993da0b995778be83 (diff)
Changes to dial so that counter-clockwise motion is supported if you
set angle2 < angle1. Deleted the unimplemented direction() control. Fixed the documentation, this new code allows any 2 values for the angles as long as abs(a-b)<=360. git-svn-id: file:///fltk/svn/fltk/trunk@399 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/valuators.fl')
-rw-r--r--test/valuators.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/valuators.fl b/test/valuators.fl
index 70dc3ea13..bd75c772b 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -147,7 +147,7 @@ fflush(stdout);}
callback {printf("%g \\r",o->value());
fflush(stdout);}
xywh {475 280 65 65} type Fill color 10 selection_color 1 labelsize 8
- code0 {o->angles(45,315);}
+ code0 {o->angles(0,360);}
code1 {o->value(1.0);}
}
Fl_Box {} {