diff options
Diffstat (limited to 'attic/woohaa/wh-theme.h')
-rw-r--r-- | attic/woohaa/wh-theme.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/attic/woohaa/wh-theme.h b/attic/woohaa/wh-theme.h new file mode 100644 index 0000000..afce57e --- /dev/null +++ b/attic/woohaa/wh-theme.h @@ -0,0 +1,27 @@ +#ifndef _WH_THEME +#define _WH_THEME + +#include <glib.h> +#include <clutter/clutter.h> +#include <gdk-pixbuf/gdk-pixbuf.h> + +G_BEGIN_DECLS + +void +wh_theme_init(); + +const char* +wh_theme_get_font (const char *id); + +const ClutterColor* +wh_theme_get_color(const char *id); + +const ClutterMedia* +wh_theme_get_sound(const char *id); + +GdkPixbuf* +wh_theme_get_pixbuf(const char *id); + +G_END_DECLS + +#endif |