Button Operations

   

Practical Programming in Tcl & Tk, Third Edition
By Brent B. Welch

Table of Contents
Chapter 27.  Buttons and Menus


Table 27-2 summarizes the operations on button widgets. In the table, $w is a button, checkbutton, radiobutton, or menubutton, except when noted. For the most part, these operations are used by the script libraries that implement the bindings for buttons. The cget and configure operations are the most commonly used by applications.

Table 27-2. Button operations.
$w cget optionReturns the value of the specified attribute.
$w configure ?option? ?value? ...Queries or manipulates the configuration information for the widget.
$w deselectDeselects the radiobutton or checkbutton. Set the radiobutton variable to the null string. Set the checkbutton variable to the off value.
$w flashRedisplays the button several times in alternate colors.
$w invokeInvokes the command associated with the button.
$w selectSelects the radiobutton or checkbutton, setting the associated variable appropriately.


       
    Top
     



    Practical Programming in Tcl and Tk
    Practical Programming in Tcl and Tk (4th Edition)
    ISBN: 0130385603
    EAN: 2147483647
    Year: 1999
    Pages: 478

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net