Creating a button widget
Through the button the user is provided with a means to interact with the GUI and our program. This is accomplished through the button's ability to manually execute commands in your application. These actions may be default, as in the exit
command, or custom procedures that we have written.
The keywords are described in the Tk main pages as follows:
Standard Keywords |
Interpretation |
---|---|
|
Specifies the background color to be used when drawing the element. The active background is the color used when the mouse is over the element and when pressing the mouse button will initiate an action. |
|
Specifies the foreground color to be used when drawing the element. The active foreground is the color used when the mouse is over the element and when pressing the mouse button will initiate an action. |
|
Specifies how the information (text, bitmap, and so on) is displayed within the widget. Acceptable vales are:
|