css: Introduce GtkCssComputedValues

To be used for storing computed values. Is the replacement for
GtkStyleProperties, which is now legacy code.
This commit is contained in:
Benjamin Otte
2012-01-11 03:59:17 +01:00
parent 694a9114af
commit 6962b49a99
6 changed files with 390 additions and 146 deletions

View File

@ -22,9 +22,9 @@
#include <glib-object.h>
#include "gtk/gtkbitmaskprivate.h"
#include "gtk/gtkcsscomputedvaluesprivate.h"
#include "gtk/gtkcsssection.h"
#include "gtk/gtkstylecontext.h"
#include "gtk/gtkstyleproperties.h"
G_BEGIN_DECLS
@ -43,7 +43,7 @@ void _gtk_css_lookup_set (GtkCssLookup
const GValue *value);
void _gtk_css_lookup_resolve (GtkCssLookup *lookup,
GtkStyleContext *context,
GtkStyleProperties *props);
GtkCssComputedValues *values);
G_END_DECLS