A small patch follows that allows a couple of attributes to the scale 
widget to be set that I use in an application. This is to version 1.10.

Alvin

--- /tmp/vtcl/lib/globals.tcl   Fri May 30 04:55:38 1997
+++ lib/globals.tcl     Mon Jun  9 17:50:52 1997
@@ -268,11 +268,13 @@
 
     -exportselection
     -indicatoron
+    -label
     -repeatdelay
     -repeatinterval
     -tickinterval
     -jump
     -showvalue
+    -resolution
     -from
     -to
 
@@ -364,6 +366,8 @@
 set vTcl(opt,-tickinterval)        { {tic interval}  {}       type    
{} }
 set vTcl(opt,-from)                { {from value}    {}       type    
{} }
 set vTcl(opt,-to)                  { {to value}      {}       type    
{} }
+set vTcl(opt,-resolution)          { {resolution}    {}       type    
{} }
+set vTcl(opt,-label)               { {label}         {}       type    
{} }
 set vTcl(opt,-troughcolor)         { {trough color}  Colors   color   
{} }
 set vTcl(opt,-underline)           { underline       {}       type    
{} }
 set vTcl(opt,-value)               { value           {}       type    
{} }

Reply via email to