summaryrefslogtreecommitdiff
path: root/gtk/gtkmodifierstyle.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't export GtkModifierStyle symbolsMatthias Clasen2011-02-081-18/+18
| | | | This is not public API, so don't export it.
* gtk: add missing class paddingMichael Natterer2011-01-251-0/+6
| | | | | | Sorry for this late ABI break, but the newly added style classes definitely need padding, so I can just as well add missing padding globally.
* Make gtk_widget_override_cursor() take GdkRGBAsCarlos Garnacho2010-12-041-1/+1
| | | | | | Even though the style properties have the GdkColor type, the other gtk_widget_override_* API takes RGBA colors, so it is consistent now.
* Add GtkModifierStyle as a private objectCarlos Garnacho2010-12-041-0/+74
This object backs up gtk_widget_override_* operations. This object is not meant to be public because any intention to modify widgets' style in a themeable way should involve using regions/classes, so they're modifiable through CSS. As such, the API is really short-scoped.