Re: Is GTK+ a cross-platform toolkit ?



Great job Andy ! I just applied your patch to 3.6.4 and it works perfectly. Now that I know how it works, I corrected something else. GTK 3.6 new font background used for GtkAssistant (deep blue) is unreadable in most cases. Changed it to gray.
See before :
http://www.tarnyko.net/repo/gtk364assist-before.png
After :
http://www.tarnyko.net/repo/gtk364assist-after.png
Patch is here :
--- gtk/gtk-win32-base.css      2013-03-20 07:13:35 +0000
+++ gtk/gtk-win32-base.css      2013-03-20 07:12:37 +0000
@@ -806,7 +806,7 @@
/* Assistant */

GtkAssistant .sidebar .highlight {
-    background-color: gray;
+    background-color: blue;
    font: bold;
}

I will fill a new bug regarding this. I think we are getting somewhere now, don't see anything else obviously wrong. I will integrate your patches in the build environment, you guys Andy and Martin will be credited (and btw you're awesome ^^).
Regards,
Tarnyko Andy Spencer writes:
On 2013-03-15 00:45, tarnyko tarnyko net wrote:
That's nice. I will patch the 3.6.4 bundle to integrate the fix, so GtkNotebooks work again.

I added a patch to the bug report that should fix the tab position
issue. It's also available from git: git://pileus.org/~andy/gtk win32
It does the same thing as what was done previously (flipping/rotating
the win32 theme part), but I changed it to be windows specific so that
it won't cause problems for other theme engines. I was only able to test
it on an older version of GTK+ using Windows XP.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]