Hi All - Newby
Fredrik Lundh
fredrik at pythonware.com
Tue Oct 25 04:23:34 EDT 2005
More information about the Python-list mailing list
Tue Oct 25 04:23:34 EDT 2005
- Previous message (by thread): testing for modules?
- Next message (by thread): Hi All - Newby
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): testing for modules?
- Next message (by thread): Hi All - Newby
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list