The DejaVU Framework -- hush 3.1
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?

Manual: SCALE 4 1993


[.] [man] man1 man2 man3 man4 man5 man6 man7 man8 man9 manl mann ?

NAME

scale -- scale widget

SYNOPSIS


The scale widget may be used to obtain numerical input from the user.


slide: SYNOPSIS

INTERFACE


  interface scale : widget {                 
<widgets/scale.h>

sources/java/hush.dv.widgets.scale

scale(); scale(char* p, char* options = ""); scale(widget* w, char* p, char* options = ""); void text(char* s); void from(int n); void to(int n); int get(); void set(int v); };

slide: INTERFACE

OPTIONS


  -command <tcl-command>
  -from <number>
  -label <string>
  -length <coord> ??
  -showvalue <true|false> 
  -sliderforeground <color>
  -sliderlength <coord>
  -state <normal|active|disabled>
  -tickinterval <number>
  -to <number>
  -width <number>
  

slide: OPTIONS

STANDARD OPTIONS


activeforeground, background, borderwidth, cursor, disabledforeground, font, foreground, orient, relief,


slide: STANDARD OPTIONS

DESCRIPTION


When a handler is attached to a scale it is called when the user releases the slider. The value of the scale is passed as an additional parameter when invoking the handler. The default binding for the scale is the ButtonRelease event.


slide: DESCRIPTION

LIBRARY


widget -- file <widgets/scale.h>


slide: LIBRARY

KEYWORDS

widget(4)

SEE ALSO

scale(n)
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
09/24/99