How to make a Tkinter widget always visible?

Miki miki.tebeka at gmail.com
Tue Mar 11 15:06:36 EDT 2008


Hello Kevin,

> > Is there a way to make sure that these buttons are always visible?
>
> There are various ways to do this: you can set the window to be
> non-resizable, or set a minimum size to it, so that it can't be resized
> below that level. However, if you allow arbitrary resizing of the
> window, there's no real way to guarantee that the widgets will be
> visible at all times.
Thanks.

I've set a minimal size to the window. However when I resize it to be
shorter, the buttons are hidden while the top frame stays visible.

Thanks,
--
Miki <miki.tebeka at gmail.com>
http://pythonwise.blogspot.com



More information about the Python-list mailing list