Re: How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Done! I had copied changed settings.ini file to the folder /etc/gtk-3.0 in aplication folder and font size was updated in whole UI of application. 2017-05-16 16:58 GMT+03:00 Igor Chetverovod : > Hello, Emmanuele! > > In the installation sequence for windows there is a

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Emmanuele Bassi
Windows XP is a completely unsupported platform that just recently had a major vulnerability that exposed systems worldwide to ransomware, and it's well-known that state actors (and people who managed to get access to state actors tools) are still sitting on other vulnerabilities. GTK+ does *not*

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Hello, Emmanuele! In the installation sequence for windows there is a trap - msys2 version for WinXP(my application is using this OS) is not more provided. So, I can install only GTK3.6 version which was provided Tarnyko ( thanks to him!) (http://www.tarnyko.net/dl/gtk.htm). Thank you, I

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Emmanuele Bassi
First of all, GTK+ 3.6.4 was released in January 2013, which means it's 4.5 years old and it's completely unsupported. The latest (long-term support) stable release is 3.22.15; please use that, especially if you're developing for Windows. Follow the instructions on the GTK+ website to know how

How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Hello list, I am making porting my own win32 application from GTK2 to GTK3.6.4. I have an issue, for GTK3 all text labels on the user interface have a bigger font size then for GTK2. Is there global setting which can control default font size for UI elements? Best regards, Igor