Creating an entry widget
Perhaps the most commonly used widget for collecting information from the end user is the entry widget. The entry widget displays a single-line input area. The widget allows the end user to enter or edit the string within the widget.
The keywords are as follows:
Standard keyword |
Interpretation |
---|---|
|
Specifies the background color to be used when drawing the element. |
|
Specifies a non-negative value indicating the width of the 3D border to draw around the outside of the window. |
|
Specifies the mouse cursor to be used for the window. |
|
Specifies if a selection within the widget should also be the X selection. This keyword accepts a Boolean value such as |
|
Specifies the font to use when drawing the element. |
|
Specifies the normal foreground color to be used when drawing the element. |
|
Specifies the color to display... |