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

Manual: SCROLLBAR 4 1993


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

NAME

scrollbar -- scrollbar widget

SYNOPSIS


The scrollbar allows the user to scroll through widgets that are only partly displayed.


slide: SYNOPSIS

INTERFACE


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

sources/java/hush.dv.widgets.scrollbar

scrollbar(char* p, char* options = ""); scrollbar(widget* w, char* p, char* options = ""); void orient(char* s); xview(widget* w);
install widget to scroll

yview(widget* w);
install widget to scroll

};

slide: INTERFACE

OPTIONS


  -command <tcl-command>
  -width <number>
  

slide: OPTIONS

STANDARD OPTIONS


activeforeground, background, bitmap, borderwidth, cursor, font, foreground, orient, relief, repeatdelay, repeatinterval


slide: STANDARD OPTIONS

DESCRIPTION


The default orientation of a scrollbar is vertical. A scrollbar must be explicitly attached to a widget w by calling the scrollbar::yview functions for vertical scrollbars and scrollbar::xview for horizontal scrollbars. To obtain the proper geometrical layout, the scrollbar and the widget it controls must usually be packed in a frame.


slide: DESCRIPTION

LIBRARY


widget -- file <widgets/scrollbar.h>


slide: LIBRARY

KEYWORDS

widget(4)

SEE ALSO

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