summaryrefslogtreecommitdiff
path: root/gtk/gtkcssrgbavalueprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* css: Fold color value computation into gtksymboliccolor.cBenjamin Otte2012-08-281-6/+0
| | | | | | | This gets rid of the public function _gtk_css_rgba_value_compute_from_symbolic(). The fallback is now handled using a switch statement instead of letting the caller pass the function.
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-1/+1
| | | | .. now that it is one.
* cssvalue: Add a custom RGBA valueBenjamin Otte2012-04-171-0/+42
Note: custom CSS properties still use the default GtkCssValue and always will. So there is a difference in css values used between those, even though they both carry a GdkRGBA payload.