How to make a Tkinter widget always visible?

Kevin Walzer kw at codebykevin.com
Tue Mar 11 15:08:00 EDT 2008


Miki wrote:
> 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.
> 

Please post the code you're using--it will be easier to help if we can 
see exactly what you are trying.

--K

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list