Tkinter frame resizeing

Steve Holden sholden at holdenweb.com
Mon Dec 11 08:45:49 EST 2000


Tony <colaveaj at sirinet.net> wrote in message
news:t30nhn9kq4a5a3 at corp.supernews.com...
> 1.  How do you turn on the resize feature off for frames?
>
> 2.  In Java you can modal windows?  How is this achieved with python using
> Tkinter?
>
I believe you've already had an answer for Q1.  As far as modal dialog(ue)s
go, the simplest way seems to be to call the mainloop() method of the dialog
window.  This suspends the root mainloop until the dialog is dismissed.

regards
 Steve






More information about the Python-list mailing list