Next: Paned-window
 Up: Widgets
 Previous: Menubutton
     Contents 
     Index 
Message
The following keyword arguments are available for creating an instance of the message and for configuring it
- anchor 
                specify the alignment of text/image drawn on the widget, one of (:n :w :s :e :nw :sw :se :ne) with :nw designating the top left corner
 
- aspect 
                Aspect ratio for the wrapping of the text. 100 means that the text is redered as wide as, tall, 200 twice as wide.
 
- 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*)
 
- font 
                font to use to display text on the widget
 
- foreground 
                foreground color of the widget
 
- highlightbackground 
 
- highlightcolor 
 
- highlightthickness 
 
- justify 
                justification of the text on the widget
 
- 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
 
- textvariable 
 
- width 
                width of the widget
 
 
 
 
 
 
 Next: Paned-window
 Up: Widgets
 Previous: Menubutton
     Contents 
     Index 
Peter Herth
2006-01-29