Hi All - Newby

Fredrik Lundh fredrik at pythonware.com
Tue Oct 25 04:23:34 EDT 2005


"Ask" wrote:

> As an example, if I create a window, I've been unable to force it to be a certain size, and put a 
> button (widget) at (say) 20,40 (x & y). Is window formatting possible?

I'm pretty sure all GUI toolkits can do that, but the exact details depend on the library
you're using.

(if you're using Tkinter, see this page: http://effbot.org/tkinterbook/place.htm )

</F> 






More information about the Python-list mailing list