iwidgets::spinint(1) | [incr Widgets] | iwidgets::spinint(1) |
iwidgets::spinint - Create and manipulate a integer spinner widget
iwidgets::spinint pathName ?options?
itk::Widget <- iwidgets::Labeledwidget <- iwidgets::Spinner <- iwidgets::Spinint
background borderWidth cursor exportSelection foreground highlightColor highlightThickness insertBackground insertBorderWidth insertOffTime insertOnTime insertWidth justify relief selectBackground selectBorderWidth selectForeground textVariable
See the "options" manual entry for details on the standard options.
show state
See the "entry" manual entry for details on the associated options.
command childSitePos fixed focusCommand invalid textBackground textFont validate width
See the "entryfield" widget manual entry for details on the above inherited options.
disabledForeground labelBitmap labelFont labelImage labelMargin labelPos labelText labelVariable state sticky
See the "labeledwidget" widget manual entry for details on the above inherited options.
arroworient decrement increment repeatDelay repeatInterval
See the "spinner" widget manual entry for details on the above inherited options.
Name: range Class: Range Command-Line Switch: -range
Name: step Class: Step Command-Line Switch: -step
Name: wrap Class: Wrap Command-Line Switch: -wrap
The iwidgets::spinint command creates a spinint widget. The
spinint allows "spinning" of integer values within a specified
range with wrap support. The spinner arrows may be drawn horizontally or
vertically.
The iwidgets::spinint 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. The following commands are possible for spinint widgets:
delete get icursor index insert peek scan selection xview
See the "entry" manual entry for details on the associated methods.
childsite clear
See the "entryfield" manual entry for details on the associated methods.
package require Iwidgets 4.0 option add *textBackground white iwidgets::spinint .si -labeltext "Temperature" -labelpos w \ -fixed yes -width 5 -range {32 212} pack .si -pady 10
Sue Yockey
spinint, widget
Tk |