Tkinter toplevel widget or Tk

Alex Martelli aleax at aleax.it
Mon May 5 12:32:44 EDT 2003


Don Donigan wrote:

> I am new to Python and Tkinter and I am trying to figure out how to
> specify the starting size and position for the root window. Can any one
> help?

Look at the geometry method of toplevel windows (the root window is
a toplevel window), e.g. at

http://www.pythonware.com/library/tkinter/introduction/x9867-window-geometry-methods.htm


Alex





More information about the Python-list mailing list