Hello everyone, In my gtk+ app, I attach style to different widgets/classes using the rc file. Here is the line from my rc file for attaching style 'my-label' to ALL labels:
class "GtkLabel" style "my-label" Now, this works for all the labels except for one: the GtkLabel inside the GtkMenu of GtkComboBox. Now as I create the GUI using Glade, I am not very sure if the text items added to the comboxes are GtkLabels or not. I am lost here, can any hand me a torch? Thanks. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list