Re: Disable resize button

2008-03-25 Thread myonov
On Mar 24, 5:45 pm, Francesco Bochicchio <[EMAIL PROTECTED]> wrote: > Il Mon, 24 Mar 2008 04:38:50 -0700, myonov ha scritto: > > > > > Hi! > > > I need to disable resize button in Tkinter. I inherit the Frame class. > > Then in the constructor i make my

Re: Disable resize button

2008-03-24 Thread Francesco Bochicchio
Il Mon, 24 Mar 2008 04:38:50 -0700, myonov ha scritto: > Hi! > > I need to disable resize button in Tkinter. I inherit the Frame class. > Then in the constructor i make my buttons, labels, etc. Then I pack them > and when move borders of the frame everything changes it's loc

Disable resize button

2008-03-24 Thread myonov
Hi! I need to disable resize button in Tkinter. I inherit the Frame class. Then in the constructor i make my buttons, labels, etc. Then I pack them and when move borders of the frame everything changes it's location and it looks really bad. How can I change that? That's my code: #