]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkthemingengineprivate.h
filechooserbutton: Update the button/combo at construction time
[~andy/gtk] / gtk / gtkthemingengineprivate.h
index 64dbfaf66f0fdb3c099cca7e2fca751f4802fb3c..53262e152a533e2e9357eac1d9afed7b0b484655 100644 (file)
 
 #include <gdk/gdk.h>
 #include "gtk/gtkthemingengine.h"
+#include "gtk/gtkcssvalueprivate.h"
 
-void _gtk_theming_engine_paint_spinner (cairo_t *cr,
-                                        gdouble  radius,
-                                        gdouble  progress,
-                                        GdkRGBA *color);
+void _gtk_theming_engine_paint_spinner (cairo_t       *cr,
+                                        gdouble        radius,
+                                        gdouble        progress,
+                                        const GdkRGBA *color);
 
-const GValue *_gtk_theming_engine_peek_property (GtkThemingEngine *engine,
-                                                 const char       *property_name);
-double        _gtk_theming_engine_get_number    (GtkThemingEngine *engine,
-                                                 const char       *property_name,
-                                                 double            one_hundred_percent);
+GtkCssValue  *_gtk_theming_engine_peek_property (GtkThemingEngine *engine,
+                                                 guint             property_id);
 void          _gtk_theming_engine_set_context   (GtkThemingEngine *engine,
                                                  GtkStyleContext  *context);
 GtkStyleContext *_gtk_theming_engine_get_context   (GtkThemingEngine *engine);