NAME
spinbox - Create and manipulate spinbox widgets
SYNOPSIS
ssppiinnbbooxx pathName ?options? SSTTAANNDDAARRDD OOPPTTIIOONNSS-aaccttiivveebbaacckkggrroouunndd -hhiigghhlliigghhtttthhiicckknneessss -rreeppeeaattiinntteerrvvaall
-bbaacckkggrroouunndd -iinnsseerrttbbaacckkggrroouunndd -sseelleeccttbbaacckkggrroouunndd
-bboorrddeerrwwiiddtthh -iinnsseerrttbboorrddeerrwwiiddtthh -sseelleeccttbboorrddeerrwwiiddtthh
-ccuurrssoorr -iinnsseerrttoonnttiimmee -sseelleeccttffoorreeggrroouunndd
-eexxppoorrttsseelleeccttiioonn -iinnsseerrttwwiiddtthh -ttaakkeeffooccuuss
-ffoonntt -iinnsseerrttooffffttiimmee -tteexxttvvaarriiaabbllee
-ffoorreeggrroouunndd -jjuussttiiffyy -xxssccrroollllccoommmmaanndd
-hhiigghhlliigghhttbbaacckkggrroouunndd -rreelliieeff
-hhiigghhlliigghhttccoolloorr -rreeppeeaattddeellaayy
See the ooppttiioonnss manual entry for details on the standard options.WWIIDDGGEETT-SSPPEECCIIFFIICC OOPPTTIIOONNSS
Command-Line Name:-bbuuttttoonnbbaacckkggrroouunndd
Database Name: bbuuttttoonnBBaacckkggrroouunndd Database Class: BBaacckkggrroouunndd The background color to be used for the spin buttons.Command-Line Name:-bbuuttttoonnccuurrssoorr
Database Name: bbuuttttoonnCCuurrssoorr Database Class: CCuurrssoorr The cursor to be used when over the spin buttons. If this is empty (the default), a default cursor will be used.Command-Line Name:-bbuuttttoonnddoowwnnrreelliieeff
Database Name: bbuuttttoonnDDoowwnnRReelliieeff Database Class: RReelliieeff The relief to be used for the upper spin button.Command-Line Name:-bbuuttttoonnuupprreelliieeff
Database Name: bbuuttttoonnUUppRReelliieeff Database Class: RReelliieeff The relief to be used for the lower spin button.Command-Line Name:-ccoommmmaanndd
Database Name: ccoommmmaanndd Database Class: CCoommmmaanndd Specifies a Tcl command to invoke whenever a spinbutton is invoked. The command recognizes several percent substitutions:%%WW for the widget path, %%ss for the current value of the widget,
and %%dd for the direction of the button pressed (uupp or ddoowwnn).
Command-Line Name:-ddiissaabblleeddbbaacckkggrroouunndd
Database Name: ddiissaabblleeddBBaacckkggrroouunndd Database Class: DDiissaabblleeddBBaacckkggrroouunnddSpecifies the background color to use when the spinbox is dis-
abled. If this option is the empty string, the normal back-
ground color is used.Command-Line Name:-ddiissaabblleeddffoorreeggrroouunndd
Database Name: ddiissaabblleeddFFoorreeggrroouunndd Database Class: DDiissaabblleeddFFoorreeggrroouunnddSpecifies the foreground color to use when the spinbox is dis-
abled. If this option is the empty string, the normal fore-
ground color is used.Command-Line Name:-ffoorrmmaatt
Database Name: ffoorrmmaatt Database Class: FFoorrmmaatt Specifies an alternate format to use when setting the stringvalue when using the -ffrroomm and -ttoo range. This must be a format
specifier of the form %%<
>..< >ff, as it will format a float- ing-point number.
Command-Line Name:-ffrroomm
Database Name: ffrroomm Database Class: FFrroommA floating-point value corresponding to the lowest value for a
spinbox, to be used in conjunction with -ttoo and -iinnccrreemmeenntt.
When all are specified correctly, the spinbox will use these
values to control its contents. This value must be less thanthe -ttoo option. If -vvaalluueess is specified, it supercedes this
option.Command-Line Name:-iinnvvaalliiddccoommmmaanndd oorr -iinnvvccmmdd
Database Name: iinnvvaalliiddCCoommmmaanndd Database Class: IInnvvaalliiddCCoommmmaannddSpecifies a script to eval when vvaalliiddaatteeCCoommmmaanndd returns 0. Set-
ting it to an empty string disables this feature (the default).The best use of this option is to set it to bell. See VVaalliiddaa-
ttiioonn below for more information.Command-Line Name:-iinnccrreemmeenntt
Database Name: iinnccrreemmeenntt Database Class: IInnccrreemmeennttA floating-point value specifying the increment. When used with
-ffrroomm and -ttoo, the value in the widget will be adjusted by
-iinnccrreemmeenntt when a spin button is pressed (up adds the value,
down subtracts the value).Command-Line Name:-rreeaaddoonnllyybbaacckkggrroouunndd
Database Name: rreeaaddoonnllyyBBaacckkggrroouunndd Database Class: RReeaaddoonnllyyBBaacckkggrroouunnddSpecifies the background color to use when the spinbox is read-
only. If this option is the empty string, the normal background color is used.Command-Line Name:-ssttaattee
Database Name: ssttaattee Database Class: SSttaatteeSpecifies one of three states for the spinbox: nnoorrmmaall, ddiiss-
aabblleedd, or rreeaaddoonnllyy. If the spinbox is readonly, then the value
may not be changed using widget commands and no insertion cursor will be displayed, even if the input focus is in the widget; thecontents of the widget may still be selected. If the spinbox is
disabled, the value may not be changed, no insertion cursor willbe displayed, the contents will not be selectable, and the spin-
box may be displayed in a different color, depending on the val-
ues of the -ddiissaabblleeddffoorreeggrroouunndd and -ddiissaabblleeddbbaacckkggrroouunndd options.
Command-Line Name:-ttoo
Database Name: ttoo Database Class: TTooA floating-point value corresponding to the highest value for
the spinbox, to be used in conjunction with -ffrroomm and -iinnccrree-
mmeenntt. When all are specified correctly, the spinbox will use
these values to control its contents. This value must begreater than the -ffrroomm option. If -vvaalluueess is specified, it
supercedes this option.Command-Line Name:-vvaalliiddaattee
Database Name: vvaalliiddaattee Database Class: VVaalliiddaattee Specifies the mode in which validation should operate: nnoonnee, ffooccuuss, ffooccuussiinn, ffooccuussoouutt, kkeeyy, or aallll. It defaults to nnoonnee. When you want validation, you must explicitly state which mode you wish to use. See VVaalliiddaattiioonn below for more.Command-Line Name:-vvaalliiddaatteeccoommmmaanndd oorr -vvccmmdd
Database Name: vvaalliiddaatteeCCoommmmaanndd Database Class: VVaalliiddaatteeCCoommmmaanndd Specifies a script to evaluate when you want to validate the input in the widget. Setting it to an empty string disables this feature (the default). Validation occurs according to thevalue of -vvaalliiddaattee. This command must return a valid Tcl
boolean value. If it returns 0 (or the valid Tcl boolean equiv-
alent) then the value of the widget will not change and the iinnvvaalliiddCCoommmmaanndd will be evaluated if it is set. If it returns 1, then value will be changed. See VVaalliiddaattiioonn below for more information.Command-Line Name:-vvaalluueess
Database Name: vvaalluueess Database Class: VVaalluueessMust be a proper list value. If specified, the spinbox will use
these values as to control its contents, starting with the firstvalue. This option has precedence over the -ffrroomm and -ttoo range.
Command-Line Name:-wwiiddtthh
Database Name: wwiiddtthh Database Class: WWiiddtthh Specifies an integer value indicating the desired width of thespinbox window, in average-size characters of the widget's font.
If the value is less than or equal to zero, the widget picks a size just large enough to hold its current text.Command-Line Name:-wwrraapp
Database Name: wwrraapp Database Class: wwrraappMust be a proper boolean value. If on, the spinbox will wrap
around the values of data in the widget.DESCRIPTION
The ssppiinnbbooxx command creates a new window (given by the pathName argu-
ment) and makes it into a spinbox widget. Additional options,
described above, may be specified on the command line or in the optiondatabase to configure aspects of the spinbox such as its colors, font,
and relief. The ssppiinnbbooxx command returns its pathName argument. At thetime this command is invoked, there must not exist a window named path-
Name, but pathName's parent must exist. A ssppiinnbbooxx is an extended eennttrryy widget that allows he user to move, or spin, through a fixed set of ascending or descending values such as times or dates in addition to editing the value as in an eennttrryy. Whenfirst created, a spinbox's string is empty. A portion of the spinbox
may be selected as described below. If a spinbox is exporting its
selection (see the eexxppoorrttSSeelleeccttiioonn option), then it will observe thestandard protocols for handling the selection; spinbox selections are
available as type SSTTRRIINNGG. Spinboxes also observe the standard Tk rulesfor dealing with the input focus. When a spinbox has the input focus
it displays an insertion cursor to indicate where new characters will be inserted. Spinboxes are capable of displaying strings that are too long to fit entirely within the widget's window. In this case, only a portion of the string will be displayed; commands described below may be used tochange the view in the window. Spinboxes use the standard xxSSccrroollllCCoomm-
mmaanndd mechanism for interacting with scrollbars (see the description of the xxSSccrroollllCCoommmmaanndd option for details). They also support scanning, as described below. VVAALLIIDDAATTIIOONN Validation works by setting the vvaalliiddaatteeCCoommmmaanndd option to a script which will be evaluated according to the vvaalliiddaattee option as follows: nnoonnee Default. This means no validation will occur.ffooccuuss vvaalliiddaatteeCCoommmmaanndd will be called when the spinbox receives or
loses focus.ffooccuussiinn vvaalliiddaatteeCCoommmmaanndd will be called when the spinbox receives
focus.ffooccuussoouutt vvaalliiddaatteeCCoommmmaanndd will be called when the spinbox loses focus.
kkeeyy vvaalliiddaatteeCCoommmmaanndd will be called when the spinbox is edited.
aallll vvaalliiddaatteeCCoommmmaanndd will be called for all above conditions. It is posible to perform percent substitutions on the vvaalliiddaatteeCCoommmmaanndd and iinnvvaalliiddCCoommmmaanndd, just as you would in a bbiinndd script. The following substitutions are recognized:%%dd Type of action: 1 for iinnsseerrtt, 0 for ddeelleettee, or -1 for focus,
forced or textvariable validation.%%ii Index of char string to be inserted/deleted, if any, otherwise -1.
%%PP The value of the spinbox should edition occur. If you are config-
uring the spinbox widget to have a new textvariable, this will be
the value of that textvariable.%%ss The current value of spinbox before edition.
%%SS The text string being inserted/deleted, if any. Otherwise it is
an empty string.%%vv The type of validation currently set.
%%VV The type of validation that triggered the callback (key, focusin,
focusout, forced).%%WW The name of the spinbox widget.
In general, the tteexxttVVaarriiaabbllee and vvaalliiddaatteeCCoommmmaanndd can be dangerous to mix. Any problems have been overcome so that using the vvaalliiddaatteeCCoommmmaannddwill not interfere with the traditional behavior of the spinbox widget.
Using the tteexxttVVaarriiaabbllee for read-only purposes will never cause prob-
lems. The danger comes when you try set the tteexxttVVaarriiaabbllee to something that the vvaalliiddaatteeCCoommmmaanndd would not accept, which causes vvaalliiddaattee tobecome none (the iinnvvaalliiddCCoommmmaanndd will not be triggered). The same hap-
pens when an error occurs evaluating the vvaalliiddaatteeCCoommmmaanndd.Primarily, an error will occur when the vvaalliiddaatteeCCoommmmaanndd or iinnvvaalliiddCCoomm-
mmaanndd encounters an error in its script while evaluating or vvaalliiddaatteeCCoomm-
mmaanndd does not return a valid Tcl boolean value. The vvaalliiddaattee optionwill also set itself to nnoonnee when you edit the spinbox widget from
within either the vvaalliiddaatteeCCoommmmaanndd or the iinnvvaalliiddCCoommmmaanndd. Such editions will override the one that was being validated. If you wish to edit the value of the widget during validation and still have the vvaalliiddaattee option set, you should include the command%W config -validate %v
in the vvaalliiddaatteeCCoommmmaanndd or iinnvvaalliiddCCoommmmaanndd (whichever one you were edit-
ing the spinbox widget from). It is also recommended to not set an
associated tteexxttVVaarriiaabbllee during validation, as that can cause the spin-
box widget to become out of sync with the tteexxttVVaarriiaabbllee. WWIIDDGGEETT CCOOMMMMAANNDD The ssppiinnbbooxx command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command.Many of the widget commands for spinboxes take one or more indices as
arguments. An index specifies a particular character in the spinbox's
string, in any of the following ways:number Specifies the character as a numerical index, where 0 cor-
responds to the first character in the string. aanncchhoorr Indicates the anchor point for the selection, which is set with the sseelleecctt ffrroomm and sseelleecctt aaddjjuusstt widget commands. eenndd Indicates the character just after the last one in thespinbox's string. This is equivalent to specifying a
numerical index equal to the length of the spinbox's
string.iinnsseerrtt Indicates the character adjacent to and immediately follow-
ing the insertion cursor. sseell..ffiirrsstt Indicates the first character in the selection. It is anerror to use this form if the selection isn't in the spin-
box window. sseell..llaasstt Indicates the character just after the last one in theselection. It is an error to use this form if the selec-
tion isn't in the spinbox window.
@@number In this form, number is treated as an x-coordinate in the
spinbox's window; the character spanning that x-coordinate
is used. For example, ``@@00'' indicates the left-most char-
acter in the window. Abbreviations may be used for any of the forms above, e.g. ``ee'' or``sseell..ff''. In general, out-of-range indices are automatically rounded
to the nearest legal value.The following commands are possible for spinbox widgets:
pathName bbbbooxx index Returns a list of four numbers describing the bounding box of the character given by index. The first two elements of thelist give the x and y coordinates of the upper-left corner of
the screen area covered by the character (in pixels relative to the widget) and the last two elements give the width and height of the character, in pixels. The bounding box may refer to a region outside the visible area of the window. pathName ccggeett option Returns the current value of the configuration option given byoption. Option may have any of the values accepted by the ssppiinn-
bbooxx command. pathName ccoonnffiigguurree ?option? ?value option value ...? Query or modify the configuration options of the widget. If nooption is specified, returns a list describing all of the avail-
able options for pathName (see TTkkCCoonnffiigguurreeIInnffoo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one ormore option-value pairs are specified, then the command modifies
the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the ssppiinnbbooxx command. pathName ddeelleettee first ?last?Delete one or more elements of the spinbox. First is the index
of the first character to delete, and last is the index of the character just after the last one to delete. If last isn't specified it defaults to first+1, i.e. a single character is deleted. This command returns an empty string. pathName ggeettReturns the spinbox's string.
pathName iiccuurrssoorr index Arrange for the insertion cursor to be displayed just before the character given by index. Returns an empty string. pathName iiddeennttiiffyy x yReturns the name of the window element corresponding to coordi-
nates x and y in the spinbox. Return value is one of: nnoonnee,
bbuuttttoonnddoowwnn, bbuuttttoonnuupp, eennttrryy. pathName iinnddeexx index Returns the numerical index corresponding to index. pathName iinnsseerrtt index stringInsert the characters of string just before the character indi-
cated by index. Returns an empty string. pathName iinnvvookkee element Causes the specified element, either bbuuttttoonnddoowwnn or bbuuttttoonnuupp, to be invoked, triggering the action associated with it. pathName ssccaann option argsThis command is used to implement scanning on spinboxes. It has
two forms, depending on option: pathName ssccaann mmaarrkk xRecords x and the current view in the spinbox window;
used in conjunction with later ssccaann ddrraaggttoo commands. Typically this command is associated with a mouse button press in the widget. It returns an empty string. pathName ssccaann ddrraaggttoo xThis command computes the difference between its x argu-
ment and the x argument to the last ssccaann mmaarrkk command for the widget. It then adjusts the view left or right by 10times the difference in x-coordinates. This command is
typically associated with mouse motion events in the wid-
get, to produce the effect of dragging the spinbox at
high speed through the window. The return value is an empty string. pathName sseelleeccttiioonn option argThis command is used to adjust the selection within a spinbox.
It has several forms, depending on option: pathName sseelleeccttiioonn aaddjjuusstt index Locate the end of the selection nearest to the character given by index, and adjust that end of the selection to be at index (i.e including but not going beyond index). The other end of the selection is made the anchor point for future sseelleecctt ttoo commands. If the selection isn'tcurrently in the spinbox, then a new selection is created
to include the characters between index and the most recent selection anchor point, inclusive. Returns an empty string. pathName sseelleeccttiioonn cclleeaarr Clear the selection if it is currently in this widget. If the selection isn't in this widget then the command has no effect. Returns an empty string. pathName sseelleeccttiioonn eelleemmeenntt ?element?Sets or gets the currently selected element. If a spin-
button element is specified, it will be displayed depressed. pathName sseelleeccttiioonn ffrroomm indexSet the selection anchor point to just before the charac-
ter given by index. Doesn't change the selection. Returns an empty string. pathName sseelleeccttiioonn pprreesseenntt Returns 1 if there is are characters selected in thespinbox, 0 if nothing is selected.
pathName sseelleeccttiioonn rraannggee start end Sets the selection to include the characters starting with the one indexed by start and ending with the one just before end. If end refers to the same character asstart or an earlier one, then the spinbox's selection is
cleared. pathName sseelleeccttiioonn ttoo index If index is before the anchor point, set the selection to the characters from index up to but not including the anchor point. If index is the same as the anchor point, do nothing. If index is after the anchor point, set the selection to the characters from the anchor point up to but not including index. The anchor point is determined by the most recent sseelleecctt ffrroomm or sseelleecctt aaddjjuusstt command in this widget. If the selection isn't in this widget then a new selection is created using the most recent anchor point specified for the widget. Returns an empty string. pathName sseett ?string?If string is specified, the spinbox will try and set it to this
value, otherwise it just returns the spinbox's string. If vali-
dation is on, it will occur when setting the string. pathName vvaalliiddaatteeThis command is used to force an evaluation of the vvaalliiddaatteeCCoomm-
mmaanndd independent of the conditions specified by the vvaalliiddaattee option. This is done by temporarily setting the vvaalliiddaattee option to aallll. It returns 0 or 1. pathName xxvviieeww args This command is used to query and change the horizontal positionof the text in the widget's window. It can take any of the fol-
lowing forms: pathName xxvviieeww Returns a list containing two elements. Each element is a real fraction between 0 and 1; together they describe the horizontal span that is visible in the window. Forexample, if the first element is .2 and the second ele-
ment is .6, 20% of the spinbox's text is off-screen to
the left, the middle 40% is visible in the window, and
40% of the text is off-screen to the right. These are
the same values passed to scrollbars via the -xxssccrroollllccoomm-
mmaanndd option. pathName xxvviieeww index Adjusts the view in the window so that the charactergiven by index is displayed at the left edge of the win-
dow. pathName xxvviieeww mmoovveettoo fraction Adjusts the view in the window so that the character fraction of the way through the text appears at the left edge of the window. Fraction must be a fraction between 0 and 1. pathName xxvviieeww ssccrroollll number what This command shifts the view in the window left or right according to number and what. Number must be an integer. What must be either uunniittss or ppaaggeess or an abbreviation of one of these. If what is uunniittss, the view adjusts left orright by number average-width characters on the display;
if it is ppaaggeess then the view adjusts by number screen-
fuls. If number is negative then characters farther tothe left become visible; if it is positive then charac-
ters farther to the right become visible. DDEEFFAAUULLTT BBIINNDDIINNGGSSTk automatically creates class bindings for spinboxes that give them
the following default behavior. In the descriptions below, ``word'' refers to a contiguous group of letters, digits, or ``'' characters, or any single character other than these. [1] Clicking mouse button 1 positions the insertion cursor just before the character underneath the mouse cursor, sets the input focus to this widget, and clears any selection in the widget. Dragging with mouse button 1 strokes out a selection between the insertion cursor and the character under the mouse.[2] Double-clicking with mouse button 1 selects the word under the
mouse and positions the insertion cursor at the beginning of the word. Dragging after a double click will stroke out a selection consisting of whole words.[3] Triple-clicking with mouse button 1 selects all of the text in
the spinbox and positions the insertion cursor before the first
character. [4] The ends of the selection can be adjusted by dragging with mouse button 1 while the Shift key is down; this will adjust the endof the selection that was nearest to the mouse cursor when but-
ton 1 was pressed. If the button is double-clicked before drag-
ging then the selection will be adjusted in units of whole words. [5] Clicking mouse button 1 with the Control key down will positionthe insertion cursor in the spinbox without affecting the selec-
tion.[6] If any normal printing characters are typed in a spinbox, they
are inserted at the point of the insertion cursor.[7] The view in the spinbox can be adjusted by dragging with mouse
button 2. If mouse button 2 is clicked without moving themouse, the selection is copied into the spinbox at the position
of the mouse cursor.[8] If the mouse is dragged out of the spinbox on the left or right
sides while button 1 is pressed, the spinbox will automatically
scroll to make more text visible (if there is more text off-
screen on the side where the mouse left the window). [9] The Left and Right keys move the insertion cursor one character to the left or right; they also clear any selection in thespinbox and set the selection anchor. If Left or Right is typed
with the Shift key down, then the insertion cursor moves and theselection is extended to include the new character. Control-
Left and Control-Right move the insertion cursor by words, and
Control-Shift-Left and Control-Shift-Right move the insertion
cursor by words and also extend the selection. Control-b and
Control-f behave the same as Left and Right, respectively.
Meta-b and Meta-f behave the same as Control-Left and Control-
Right, respectively.[10] The Home key, or Control-a, will move the insertion cursor to
the beginning of the spinbox and clear any selection in the
spinbox. Shift-Home moves the insertion cursor to the beginning
of the spinbox and also extends the selection to that point.
[11] The End key, or Control-e, will move the insertion cursor to the
end of the spinbox and clear any selection in the spinbox.
Shift-End moves the cursor to the end and extends the selection
to that point.[12] The Select key and Control-Space set the selection anchor to the
position of the insertion cursor. They don't affect the currentselection. Shift-Select and Control-Shift-Space adjust the
selection to the current position of the insertion cursor, selecting from the anchor to the insertion cursor if there was not any selection previously.[13] Control-/ selects all the text in the spinbox.
[14] Control-\ clears any selection in the spinbox.
[15] The F16 key (labelled Copy on many Sun workstations) or Meta-w
copies the selection in the widget to the clipboard, if there is a selection.[16] The F20 key (labelled Cut on many Sun workstations) or Control-w
copies the selection in the widget to the clipboard and deletes the selection. If there is no selection in the widget then these keys have no effect.[17] The F18 key (labelled Paste on many Sun workstations) or Con-
trol-y inserts the contents of the clipboard at the position of
the insertion cursor. [18] The Delete key deletes the selection, if there is one in thespinbox. If there is no selection, it deletes the character to
the right of the insertion cursor.[19] The BackSpace key and Control-h delete the selection, if there
is one in the spinbox. If there is no selection, it deletes the
character to the left of the insertion cursor.[20] Control-d deletes the character to the right of the insertion
cursor.[21] Meta-d deletes the word to the right of the insertion cursor.
[22] Control-k deletes all the characters to the right of the inser-
tion cursor.[23] Control-t reverses the order of the two characters to the right
of the insertion cursor.If the spinbox is disabled using the -ssttaattee option, then the spinbox's
view can still be adjusted and text in the spinbox can still be
selected, but no insertion cursor will be displayed and no text modifi-
cations will take place.The behavior of spinboxes can be changed by defining new bindings for
individual widgets or by redefining the class bindings. KKEEYYWWOORRDDSSspinbox, entry, widget
Tk 8.4 spinbox(n)