[Pythonmac-SIG] Tkinter ttk question

2012-10-02 Thread wrw
This may or may not be the best place to ask this, but here goes: I'm exploring different GUI packages for python programs I'm writing. I've played a bit with wx and now am exploring Tkinter and ttk 8.5 following the tutorial at http://www.tkdocs.com/tutorial. The first example program is past

Re: [Pythonmac-SIG] Tkinter ttk question

2012-10-02 Thread Kevin Walzer
On 10/2/12 4:34 PM, [email protected] wrote: The problem I'm having is that this doesn't work. If I resize the window, the light gray background doesn't expand with the root window. I get a light gray patch the size of the original frame, but it is surrounded by white space. Can anyone tell me wha

Re: [Pythonmac-SIG] Tkinter ttk question

2012-10-02 Thread wrw
On Oct 2, 2012, at 8:35 PM, Kevin Walzer wrote: > On 10/2/12 4:34 PM, [email protected] wrote: >> The problem I'm having is that this doesn't work. If I resize the >> window, the light gray background doesn't expand with the root window. >> I get a light gray patch the size of the original frame, bu