summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecascadeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* stylecontext: Store the scale value in the cascadeBenjamin Otte2015-02-061-0/+4
| | | | This is in preparation for the next commits.
* stylecascade: Remove functionBenjamin Otte2014-02-201-1/+0
| | | | Inline it.
* styleprovider: Add a custom object for a list of style providersBenjamin Otte2012-04-171-0/+66
This way, we don't have to do magic inside GtkStyleContext, but have a real API. As a cute bonus, this object implements GtkStyleProvider itself. So we can just pretend there's only one provider.