Next: Frame
 Up: Widgets
 Previous: Check-button
     Contents 
     Index 
Entry
The following keyword arguments are available for creating an instance of the entry and for configuring it
- background 
                background color of the widget
 
- borderwidth 
                width of the border around the widget in pixels
 
- cursor 
                mouse pointer to display on the widget (valid values are listed in *cursors*)
 
- disabledbackground 
 
- disabledforeground 
 
- exportselection 
 
- font 
                font to use to display text on the widget
 
- foreground 
                foreground color of the widget
 
- highlightbackground 
 
- highlightcolor 
 
- highlightthickness 
 
- insertbackground 
 
- insertborderwidth 
 
- insertofftime 
 
- insertontime 
 
- insertwidth 
 
- invalidcommand 
 
- justify 
                justification of the text on the widget
 
- readonlybackground 
 
- relief 
                relief of the widgets border (raised, sunken, ridge, groove)
 
- selectbackground 
 
- selectborderwidth 
 
- selectforeground 
 
- show 
 
- state 
 
- takefocus 
                if true, the widget can take the focus
 
- textvariable 
 
- validate 
 
- validatecommand 
 
- width 
                width of the widget
 
- xscrollcommand 
 
 
 
 
 
 
 Next: Frame
 Up: Widgets
 Previous: Check-button
     Contents 
     Index 
Peter Herth
2006-01-29