scrollbar pathName ?options?
-activebackground -highlightbackground -orient -takefocus -background -highlightcolor -relief -troughcolor -borderwidth -highlightthickness -repeatdelay -cursor -jump -repeatinterval
See the options manual entry for detailed descriptions of the above options.
Command-Line Name: | -activerelief |
Database Name: | activeRelief |
Database Class: | ActiveRelief |
Command-Line Name: | -command |
Database Name: | command |
Database Class: | Command |
Command-Line Name: | -elementborderwidth |
Database Name: | elementBorderWidth |
Database Class: | BorderWidth |
Command-Line Name: | -width |
Database Name: | width |
Database Class: | Width |
A scrollbar is a widget that displays two arrows, one at each end of the scrollbar, and a slider in the middle portion of the scrollbar. It provides information about what is visible in an associated window that displays an document of some sort (such as a file being edited or a drawing). The position and size of the slider indicate which portion of the document is visible in the associated window. For example, if the slider in a vertical scrollbar covers the top third of the area between the two arrows, it means that the associated window displays the top third of its document.
Scrollbars can be used to adjust the view in the associated window by clicking or dragging with the mouse. See the BINDINGS section below for details.
Option and the args determine the exact behavior of the command. The following commands are possible for scrollbar widgets:pathName option ?arg arg ...?
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1994-1997 Sun Microsystems, Inc.