.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Scrollbar 3" .TH Scrollbar 3 2023-07-25 "perl v5.38.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Tk::Scrollbar \- Create and manipulate Scrollbar widgets .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fR\f(CI$scrollbar\fR\fI\fR = \fI\fR\f(CI$parent\fR\fI\fR\->\fBScrollbar\fR(?\fIoptions\fR?); .SH "STANDARD OPTIONS" .IX Header "STANDARD OPTIONS" \&\fB\-activebackground\fR \fB\-highlightbackground\fR \fB\-orient\fR \fB\-takefocus\fR \&\fB\-background\fR \fB\-highlightcolor\fR \fB\-relief\fR \fB\-troughcolor\fR \&\fB\-borderwidth\fR \fB\-highlightthickness\fR \fB\-repeatdelay\fR \&\fB\-cursor\fR \fB\-jump\fR \fB\-repeatinterval\fR .PP See Tk::options for details of the standard options. .SH "WIDGET-SPECIFIC OPTIONS" .IX Header "WIDGET-SPECIFIC OPTIONS" .IP "Name: \fBactiveRelief\fR" 4 .IX Item "Name: activeRelief" .PD 0 .IP "Class: \fBActiveRelief\fR" 4 .IX Item "Class: ActiveRelief" .IP "Switch: \fB\-activerelief\fR" 4 .IX Item "Switch: -activerelief" .PD Specifies the relief to use when displaying the element that is active, if any. Elements other than the active element are always displayed with a raised relief. .IP "Name: \fBcommand\fR" 4 .IX Item "Name: command" .PD 0 .IP "Class: \fBCommand\fR" 4 .IX Item "Class: Command" .IP "Switch: \fB\-command\fR" 4 .IX Item "Switch: -command" .PD Specifies a callback to invoke to change the view in the widget associated with the scrollbar. When a user requests a view change by manipulating the scrollbar, the callback is invoked. The callback is passed additional arguments as described later. This option almost always has a value such as \fB[xview => \fR\f(CB$widget\fR\fB]\fR or \fB[yview => \fR\f(CB$widget\fR\fB]\fR, consisting of the a widget object and either \fBxview\fR (if the scrollbar is for horizontal scrolling) or \fByview\fR (for vertical scrolling). All scrollable widgets have \fBxview\fR and \fByview\fR methods that take exactly the additional arguments appended by the scrollbar as described in "SCROLLING COMMANDS" below. .IP "Name: \fBelementBorderWidth\fR" 4 .IX Item "Name: elementBorderWidth" .PD 0 .IP "Class: \fBBorderWidth\fR" 4 .IX Item "Class: BorderWidth" .IP "Switch: \fB\-elementborderwidth\fR" 4 .IX Item "Switch: -elementborderwidth" .PD Specifies the width of borders drawn around the internal elements of the scrollbar (the two arrows and the slider). The value may have any of the forms acceptable to \fBTk_GetPixels\fR. If this value is less than zero, the value of the \fBborderWidth\fR option is used in its place. .IP "Name: \fBwidth\fR" 4 .IX Item "Name: width" .PD 0 .IP "Class: \fBWidth\fR" 4 .IX Item "Class: Width" .IP "Switch: \fB\-width\fR" 4 .IX Item "Switch: -width" .PD Specifies the desired narrow dimension of the scrollbar window, not including 3\-D border, if any. For vertical scrollbars this will be the width and for horizontal scrollbars this will be the height. The value may have any of the forms acceptable to \fBTk_GetPixels\fR. .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBScrollbar\fR method creates a new window (given by the \&\f(CW$widget\fR argument) and makes it into a scrollbar widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the scrollbar such as its colors, orientation, and relief. The \fBscrollbar\fR command returns its \f(CW$widget\fR argument. At the time this command is invoked, there must not exist a window named \f(CW$widget\fR, but \f(CW$widget\fR's parent must exist. .PP A scrollbar is a widget that displays two arrows, one at each end of the scrollbar, and a \fIslider\fR in the middle portion of the scrollbar. It provides information about what is visible in an \fIassociated window\fR 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. .PP Scrollbars can be used to adjust the view in the associated window by clicking or dragging with the mouse. See "BINDINGS" below for details. .SH ELEMENTS .IX Header "ELEMENTS" A scrollbar displays five elements, which are referred to in the methods for the scrollbar: .IP \fBarrow1\fR 4 .IX Item "arrow1" The top or left arrow in the scrollbar. .IP \fBtrough1\fR 4 .IX Item "trough1" The region between the slider and \fBarrow1\fR. .IP \fBslider\fR 4 .IX Item "slider" The rectangle that indicates what is visible in the associated widget. .IP \fBtrough2\fR 4 .IX Item "trough2" The region between the slider and \fBarrow2\fR. .IP \fBarrow2\fR 4 .IX Item "arrow2" The bottom or right arrow in the scrollbar. .SH "WIDGET METHODS" .IX Header "WIDGET METHODS" The \fBScrollbar\fR method creates a widget object. This object supports the \fBconfigure\fR and \fBcget\fR methods described in Tk::options which can be used to enquire and modify the options described above. The widget also inherits all the methods provided by the generic Tk::Widget class. .PP The following additional methods are available for scrollbar widgets: .ie n .IP \fR\fI$scrollbar\fR\fI\fR\->\fBactivate\fR(?\fIelement\fR?) 4 .el .IP \fR\f(CI$scrollbar\fR\fI\fR\->\fBactivate\fR(?\fIelement\fR?) 4 .IX Item "$scrollbar->activate(?element?)" Marks the element indicated by \fIelement\fR as active, which causes it to be displayed as specified by the \fBactiveBackground\fR and \fBactiveRelief\fR options. The only element values understood by this command are \fBarrow1\fR, \&\fBslider\fR, or \fBarrow2\fR. If any other value is specified then no element of the scrollbar will be active. If \fIelement\fR is not specified, the command returns the name of the element that is currently active, or an empty string if no element is active. .ie n .IP "\fR\fI$scrollbar\fR\fI\fR\->\fBdelta\fR(\fIdeltaX, deltaY\fR)" 4 .el .IP "\fR\f(CI$scrollbar\fR\fI\fR\->\fBdelta\fR(\fIdeltaX, deltaY\fR)" 4 .IX Item "$scrollbar->delta(deltaX, deltaY)" Returns a real number indicating the fractional change in the scrollbar setting that corresponds to a given change in slider position. For example, if the scrollbar is horizontal, the result indicates how much the scrollbar setting must change to move the slider \fIdeltaX\fR pixels to the right (\fIdeltaY\fR is ignored in this case). If the scrollbar is vertical, the result indicates how much the scrollbar setting must change to move the slider \fIdeltaY\fR pixels down. The arguments and the result may be zero or negative. .ie n .IP "\fR\fI$scrollbar\fR\fI\fR\->\fBfraction\fR(\fIx, y\fR)" 4 .el .IP "\fR\f(CI$scrollbar\fR\fI\fR\->\fBfraction\fR(\fIx, y\fR)" 4 .IX Item "$scrollbar->fraction(x, y)" Returns a real number between 0 and 1 indicating where the point given by \fIx\fR and \fIy\fR lies in the trough area of the scrollbar. The value 0 corresponds to the top or left of the trough, the value 1 corresponds to the bottom or right, 0.5 corresponds to the middle, and so on. \&\fIX\fR and \fIy\fR must be pixel coordinates relative to the scrollbar widget. If \fIx\fR and \fIy\fR refer to a point outside the trough, the closest point in the trough is used. .ie n .IP \fR\fI$scrollbar\fR\fI\fR\->\fBget\fR 4 .el .IP \fR\f(CI$scrollbar\fR\fI\fR\->\fBget\fR 4 .IX Item "$scrollbar->get" Returns the scrollbar settings in the form of a list whose elements are the arguments to the most recent \fBset\fR method. .ie n .IP "\fR\fI$scrollbar\fR\fI\fR\->\fBidentify\fR(\fIx, y\fR)" 4 .el .IP "\fR\f(CI$scrollbar\fR\fI\fR\->\fBidentify\fR(\fIx, y\fR)" 4 .IX Item "$scrollbar->identify(x, y)" Returns the name of the element under the point given by \fIx\fR and \&\fIy\fR (such as \fBarrow1\fR), or an empty string if the point does not lie in any element of the scrollbar. \&\fIX\fR and \fIy\fR must be pixel coordinates relative to the scrollbar widget. .ie n .IP "\fR\fI$scrollbar\fR\fI\fR\->\fBset\fR(\fIfirst, last\fR)" 4 .el .IP "\fR\f(CI$scrollbar\fR\fI\fR\->\fBset\fR(\fIfirst, last\fR)" 4 .IX Item "$scrollbar->set(first, last)" This command is invoked by the scrollbar's associated widget to tell the scrollbar about the current view in the widget. The command takes two arguments, each of which is a real fraction between 0 and 1. The fractions describe the range of the document that is visible in the associated widget. For example, if \fIfirst\fR is 0.2 and \fIlast\fR is 0.4, it means that the first part of the document visible in the window is 20% of the way through the document, and the last visible part is 40% of the way through. .SH "SCROLLING COMMANDS" .IX Header "SCROLLING COMMANDS" When the user interacts with the scrollbar, for example by dragging the slider, the scrollbar notifies the associated widget that it must change its view. The scrollbar makes the notification by evaluating a callback specified as the scrollbar's \fB\-command\fR option. The callback may take several forms. In each case, the intial arguments passed are those specified in the \fB\-command\fR callback itself, which usually has a form like [\fByview\fR => \fR\f(CI$widget\fR\fI\fR]. (Which will invoke \fI\fR\f(CI$widget\fR\fI\fR\->\fByview\fR(...) where the ... part is as below. See Tk::callbacks for details.) The callback is passed additional arguments as follows: .IP \fBmoveto\fR,\fIfraction\fR 4 .IX Item "moveto,fraction" \&\fIFraction\fR is a real number between 0 and 1. The widget should adjust its view so that the point given by \fIfraction\fR appears at the beginning of the widget. If \fIfraction\fR is 0 it refers to the beginning of the document. 1.0 refers to the end of the document, 0.333 refers to a point one-third of the way through the document, and so on. .IP \fBscroll,\fR\fInumber,\fR\fBunits\fR 4 .IX Item "scroll,number,units" The widget should adjust its view by \fInumber\fR units. The units are defined in whatever way makes sense for the widget, such as characters or lines in a text widget. \&\fINumber\fR is either 1, which means one unit should scroll off the top or left of the window, or \-1, which means that one unit should scroll off the bottom or right of the window. .IP \fBscroll\fR,\fInumber\fR,\fBpage\fR 4 .IX Item "scroll,number,page" The widget should adjust its view by \fInumber\fR pages. It is up to the widget to define the meaning of a page; typically it is slightly less than what fits in the window, so that there is a slight overlap between the old and new views. \&\fINumber\fR is either 1, which means the next page should become visible, or \-1, which means that the previous page should become visible. .SH "OLD COMMAND SYNTAX" .IX Header "OLD COMMAND SYNTAX" In versions of Tk before 4.0, the \fBset\fR and \fBget\fR widget commands used a different form. This form is still supported for backward compatibility, but it is deprecated. In the old command syntax, the \fBset\fR method has the following form: .ie n .IP "\fR\fI$scrollbar\fR\fI\fR\->\fBset\fR(\fItotalUnits, windowUnits, firstUnit, lastUnit\fR)" 4 .el .IP "\fR\f(CI$scrollbar\fR\fI\fR\->\fBset\fR(\fItotalUnits, windowUnits, firstUnit, lastUnit\fR)" 4 .IX Item "$scrollbar->set(totalUnits, windowUnits, firstUnit, lastUnit)" In this form the arguments are all integers. \&\fITotalUnits\fR gives the total size of the object being displayed in the associated widget. The meaning of one unit depends on the associated widget; for example, in a text editor widget units might correspond to lines of text. \fIWindowUnits\fR indicates the total number of units that can fit in the associated window at one time. \fIFirstUnit\fR and \fIlastUnit\fR give the indices of the first and last units currently visible in the associated window (zero corresponds to the first unit of the object). .PP Under the old syntax the \fBget\fR method returns a list of four integers, consisting of the \fItotalUnits\fR, \fIwindowUnits\fR, \&\fIfirstUnit\fR, and \fIlastUnit\fR values from the last \fBset\fR method. .PP The callbacks generated by scrollbars also have a different form when the old syntax is being used, the callback is passed a single argument: .IP \fIunit\fR 4 .IX Item "unit" \&\fIUnit\fR is an integer that indicates what should appear at the top or left of the associated widget's window. It has the same meaning as the \fIfirstUnit\fR and \fIlastUnit\fR arguments to the \fBset\fR method. .PP The most recent \fBset\fR method determines whether or not to use the old syntax. If it is given two real arguments then the new syntax will be used in the future, and if it is given four integer arguments then the old syntax will be used. .SH BINDINGS .IX Header "BINDINGS" Tk automatically creates class bindings for scrollbars that give them the following default behavior. If the behavior is different for vertical and horizontal scrollbars, the horizontal behavior is described in parentheses. .IP [1] 4 .IX Item "[1]" Pressing button 1 over \fBarrow1\fR causes the view in the associated widget to shift up (left) by one unit so that the document appears to move down (right) one unit. If the button is held down, the action auto-repeats. .IP [2] 4 .IX Item "[2]" Pressing button 1 over \fBtrough1\fR causes the view in the associated widget to shift up (left) by one screenful so that the document appears to move down (right) one screenful. If the button is held down, the action auto-repeats. .IP [3] 4 .IX Item "[3]" Pressing button 1 over the slider and dragging causes the view to drag with the slider. If the \fBjump\fR option is true, then the view doesn't drag along with the slider; it changes only when the mouse button is released. .IP [4] 4 .IX Item "[4]" Pressing button 1 over \fBtrough2\fR causes the view in the associated widget to shift down (right) by one screenful so that the document appears to move up (left) one screenful. If the button is held down, the action auto-repeats. .IP [5] 4 .IX Item "[5]" Pressing button 1 over \fBarrow2\fR causes the view in the associated widget to shift down (right) by one unit so that the document appears to move up (left) one unit. If the button is held down, the action auto-repeats. .IP [6] 4 .IX Item "[6]" If button 2 is pressed over the trough or the slider, it sets the view to correspond to the mouse position; dragging the mouse with button 2 down causes the view to drag with the mouse. If button 2 is pressed over one of the arrows, it causes the same behavior as pressing button 1. .IP [7] 4 .IX Item "[7]" If button 1 is pressed with the Control key down, then if the mouse is over \fBarrow1\fR or \fBtrough1\fR the view changes to the very top (left) of the document; if the mouse is over \&\fBarrow2\fR or \fBtrough2\fR the view changes to the very bottom (right) of the document; if the mouse is anywhere else then the button press has no effect. .IP [8] 4 .IX Item "[8]" In vertical scrollbars the Up and Down keys have the same behavior as mouse clicks over \fBarrow1\fR and \fBarrow2\fR, respectively. In horizontal scrollbars these keys have no effect. .IP [9] 4 .IX Item "[9]" In vertical scrollbars Control-Up and Control-Down have the same behavior as mouse clicks over \fBtrough1\fR and \fBtrough2\fR, respectively. In horizontal scrollbars these keys have no effect. .IP [10] 4 .IX Item "[10]" In horizontal scrollbars the Up and Down keys have the same behavior as mouse clicks over \fBarrow1\fR and \fBarrow2\fR, respectively. In vertical scrollbars these keys have no effect. .IP [11] 4 .IX Item "[11]" In horizontal scrollbars Control-Up and Control-Down have the same behavior as mouse clicks over \fBtrough1\fR and \fBtrough2\fR, respectively. In vertical scrollbars these keys have no effect. .IP [12] 4 .IX Item "[12]" The Prior and Next keys have the same behavior as mouse clicks over \fBtrough1\fR and \fBtrough2\fR, respectively. .IP [13] 4 .IX Item "[13]" The Home key adjusts the view to the top (left edge) of the document. .IP [14] 4 .IX Item "[14]" The End key adjusts the view to the bottom (right edge) of the document. .SH "SEE ALSO" .IX Header "SEE ALSO" Tk::callbacks Tk::Scrolled .SH KEYWORDS .IX Header "KEYWORDS" scrollbar, widget