Tkinter toplevel widget or Tk

Fredrik Lundh fredrik at pythonware.com
Mon May 5 13:00:03 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?

use the geometry method; see

http://www.pythonware.com/library/tkinter/introduction/toplevel-window-methods.htm
=> Window Geometry Methods

</F>








More information about the Python-list mailing list