GTK+ FAQ | ||
---|---|---|
<<< Previous | Development with GTK+: widget specific questions | Next >>> |
The tooltip's window is named "gtk-tooltips", GtkTooltips in itself is not a GtkWidget (though a GtkObject) and as such is not attempted to match any widget styles.
So, your resource file should look something like:
style "postie" { bg[NORMAL] = {1.0, 1.0, 0.0} } widget "gtk-tooltips*" style "postie" |
<<< Previous | Home | Next >>> |
How do I set the color and font of a GtkLabel using a Resource File? | Up | I can't add more than (something like) 2000 chars in a GtkEntry. What's wrong? |