![]() |
ActiveTcl User Guide
|
![]() |
iwidgets::pushbutton - Create and manipulate a push button widget
iwidgets::pushbutton pathName ?options?
itk::Widget <- iwidgets::Pushbutton
activeBackground activeForeground background
options.
given in any of the forms acceptable to Tcl_GetBoolean.
The default is false.
of the default ring ring given in any of the forms acceptable to
option is set to false. The default is 2 pixels.
given in any of the forms acceptable to Tk_GetPixels. A value of zero lets the push button determine the height based on the requested height plus highlightring and defaultringpad.
given in any of the forms acceptable to Tk_GetPixels. A value of zero lets the push button determine the width based on the requested width plus highlightring and defaultringpad. _________________________________________________________________
optional default ring used for default designation and traversal.
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 ...?
ods.
pathName cget option
option. Option may have any of the values accepted
by the iwid- gets::pushbutton command.
pathName configure ?option? ?value
option value ...?
option is specified, returns a list describing all of the avail- able options for pathName (see Tk_ConfigureInfo 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 or more 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 iwidgets::pushbutton command.
default ring. See the «button» widget manual entry for details on the pushbutton component item.
package require Iwidgets 4.0
iwidgets::pushbutton .pb -text «Hello» -command {puts
«Hello World"} -defaultring 1 pack .pb -padx 10 -pady 10
pushbutton, widget