I'm trying to find why I can't change the prelight foreground color of a
GtkLabel which is inside a GtkEventBox.
I'd first like to point out that the fg[NORMAL] and font_name fields work
correctly for this gtklabel. It is only the hover over event where I'm
having trouble setting the color (or PRE
Hi,
I think my previous question was not clear enough.
In my app, for the linux version, I call gtk and gdk functions
in the gtk main loop and in g_timeout_* callbacks. And everything
works fine.
On win32, I use multimedia timers instead (because I need
resolutions below 25 milliseconds.) As I kn