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
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
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