Next: Label
 Up: Widgets
 Previous: Entry
     Contents 
     Index 
Frame
The following keyword arguments are available for creating an instance of the frame and for configuring it
- background 
                background color of the widget
 
- borderwidth 
                width of the border around the widget in pixels
 
- class 
                the class of the widget, used for lookup in the option database. This option cannot be changed after the widget creation.
 
- colormap 
                The colormap to use for the widget.
 
- container 
 
- cursor 
                mouse pointer to display on the widget (valid values are listed in *cursors*)
 
- height 
                height of the widget
 
- highlightbackground 
 
- highlightcolor 
 
- highlightthickness 
 
- padx 
                padding around text displayed on the widget
 
- pady 
                padding around text displayed on the widget
 
- relief 
                relief of the widgets border (raised, sunken, ridge, groove)
 
- takefocus 
                if true, the widget can take the focus
 
- visual 
 
- width 
                width of the widget
 
 
 
 
 
 
 Next: Label
 Up: Widgets
 Previous: Entry
     Contents 
     Index 
Peter Herth
2006-01-29