summaryrefslogtreecommitdiff
path: root/clutter-gtk/gtk-clutter-util.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-12-23 11:28:26 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-12-23 11:28:26 +0000
commit3684dc538ea0fdae596e0c329737f3d20108fe8a (patch)
tree7b2e628e17346cef3bca1f676370d33fd2343710 /clutter-gtk/gtk-clutter-util.h
parent727dbe24f523e4cf146d5d0589d9f758f3b1344c (diff)
downloadclutter-gtk-3684dc538ea0fdae596e0c329737f3d20108fe8a.tar.gz
Fixes after the style API changed
The old GtkStyle API has been deprecated, so we need to switch to the newly added GtkStyleContext API. The old clutter-gtk API to convert GtkStyle colors into Clutter colors needs to be removed, since GdkRGBA is much easier to deal with than GdkColor.
Diffstat (limited to 'clutter-gtk/gtk-clutter-util.h')
-rw-r--r--clutter-gtk/gtk-clutter-util.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/clutter-gtk/gtk-clutter-util.h b/clutter-gtk/gtk-clutter-util.h
index c3cd51e..b7b57b7 100644
--- a/clutter-gtk/gtk-clutter-util.h
+++ b/clutter-gtk/gtk-clutter-util.h
@@ -41,31 +41,6 @@ ClutterInitError gtk_clutter_init_with_args (int *argc,
GError **error);
GOptionGroup *gtk_clutter_get_option_group (void);
-void gtk_clutter_get_fg_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_bg_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_text_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_text_aa_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_base_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_light_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_dark_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-void gtk_clutter_get_mid_color (GtkWidget *widget,
- GtkStateType state,
- ClutterColor *color);
-
G_END_DECLS
#endif /* __GTK_CLUTTER_UTIL_H__ */