Anyone else find Tk akward?

Fredrik Lundh fredrik at pythonware.com
Fri Aug 13 09:28:30 EDT 1999


Orlando Vazquez <ovazquez at sprint.ca> wrote:
> Is it just me, or is the way Tk organizes things on the window someone
> weird? I'm just starting to play around with it, and it has me puzzled.
> Wouldnt it be a lot easier to just use a coordinte system?
> For example put a button at (0,0) with length 10 and width 20 etc..

http://www.pythonware.com/library/tkinter/introduction/place.htm

> Are there any reasons why it _has_ to be this way?

yes.  try using place for a while, and you'll realize
why.

</F>





More information about the Python-list mailing list