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