Tkinter question

John Michelsen john.michelsen at gte.net
Fri May 21 01:07:16 EDT 1999


Huaming Wang wrote in message <37447BC4.7CD63F10 at casbah.acns.nwu.edu>...
>Thank you very much. My source code is a monster, about 2000 lines, so I
>think it's not good to post it here. But I can use several lines in
>interactive mode to explain my problem
>>>>from Tkinter import *
>>>>basewindow = Tk()

basewindow.resizable(0,0)
will cut off resizability.

John







More information about the Python-list mailing list