PDA

View Full Version : [gnome] How to find GTK Widget Names



ilzoff
January 9th, 2010, 10:28 PM
I am customizing a .gtkrc gtk-2.0 theme file.
Because my theme does not work perfectly for all applications I have to write the odd "fix" where I change the style for an individual application.

So, I try to create a fix for notification daemon popups, where I need to change background color. It should be something like this:

widget "*notification-window*" style "alternate-colors"

But I don't really know the name of this widget.
Please tell me how can I find the correct name?