GNOME Bugzilla – Bug 758349
overrides: Allow specifying the CSS node name
Last modified: 2015-11-19 20:05:27 UTC
See patch.
Created attachment 315899 [details] [review] overrides: Allow specifying the CSS node name GTK+ now uses CSS node names instead of style classes for most of its widgets. While style classes still work to customize the appearance, subclasses may want to override that node name to not inherit any style from the parent, so expose the functionality.
Review of attachment 315899 [details] [review]: Looks good to me, but why can't you call the API directly instead of exposing it here as an override?
Review of attachment 315899 [details] [review]: Oh, because it needs to be called in class_init. Makes sense then.
Attachment 315899 [details] pushed as c90238d - overrides: Allow specifying the CSS node name