"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> -- http://mail.python.org/mailman/listinfo/python-list