Tkinter and default options
thomas_s at ebox.tninet.se
thomas_s at ebox.tninet.se
Sun Jul 2 09:15:52 EDT 2000
More information about the Python-list mailing list
Sun Jul 2 09:15:52 EDT 2000
- Previous message (by thread): Tkinter and default options
- Next message (by thread): Tkinter and default options
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I'm using Tkinter for the GUI parts of a little game I'm working on. What is the best way of setting default options of the widgets? For instance I want all widgets to have fg='green' and bg='black'. Is there a standard way of doing this? If not, I was thinking of maybe writing a widget factory that creates and configures them for me. Thank, Thomas
- Previous message (by thread): Tkinter and default options
- Next message (by thread): Tkinter and default options
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list