Hello, I'm trying to find out a pygtk way to handle different oses, fonts and dpi appearance in a dynamic but effective way. I need my app to have fixed-size windows, but I don't want to set it as a fixed value since it might prevent the app to be shown correctly on different OSes or on the same OS with a different dpi setting (I've got a new 1680x1050 LCD display myself and I use the 120dpi setting on Windows, and I often suffer dpi-ignoring apps).
I'd like to create a base unit based on font size and dpi settings, in order to dynamically adjust window size depending on the system the software is being run. Is there any recipe or any project working on something like that? -- Alan Franzoni <[EMAIL PROTECTED]> - Togli .xyz dalla mia email per contattarmi. Rremove .xyz from my address in order to contact me. - GPG Key Fingerprint: 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E - Blog: http://laterradeglieroi.verdiperronchi.com _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
