NAME
::guib::widgets::spinint -- spinint megawidget
USAGE
spinint pathName ?option value? ?...?
DESCRIPTION
The spinint is a megawidget with label on the left, entry on the middle, and up&down spinners on the right
OPTIONS
Special OPTIONS -range -step -wrap -validate -- the validate command for the spinint widget (must be nonnegint, posint, nonposint, or negint)
RETURN VALUE
Returns the path of the spinint, i.e., pathName.
NAME
::guib::widgets::Spinint -- a class for spinint megawidget
NAME
::guib::widgets::spininthelp -- spininthelp megawidget
USAGE
spininthelp pathName ?option value? ?...?
DESCRIPTION
spininthelp = spinint + help-button
OPTIONS
Special OPTIONS -validate -- the validate command for the spinint widget (must be nonnegint, posint, nonposint, or negint) -helpcommand -- command for the help button -helppadx -- "padx" for the help button -helppady -- "pady" for the help button
METHODS
Widget METHODS (see Spininthelp documentation)
RETURN VALUE
Returns the path of the spininthelp, i.e., pathName.
NAME
::guib::widgets::Spininthelp -- a class for spininthelp megawidget
METHODS
Public METHODS (See the Spinint documentation)