hi everyone,

I am currently writing a GUI that is meant to run on different window managers with different resolutions. How can I scale down the size of my app when running on lower resolutions? I managed to find out the resolution of the screen I'm running on through winfo calls, but I can't specify the width/height of any frames/root frames/top levels I create. Any winfo_width() or winfo_height() calls to any frame gives me a 1, 1. Also, can I specify button sizes and the font size used for it? I am currently using grid() as the way of adding widgets into a frame.

Thanks for any help,

Albert

_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to