SVG of thorsten's editor track/bus list icons
[ardour2.git] / libs / clearlooks-newer / clearlooks_theme_main.c
blobc042fdbac05a85d351d5c336c77b6902b363a22b
1 #include <gmodule.h>
2 #include <gtk/gtk.h>
4 #include "clearlooks_style.h"
5 #include "clearlooks_rc_style.h"
7 GE_EXPORT void
8 theme_init (GTypeModule *module)
10 clearlooks_rc_style_register_type (module);
11 clearlooks_style_register_type (module);
14 GE_EXPORT void
15 theme_exit (void)
19 GE_EXPORT GtkRcStyle *
20 theme_create_rc_style (void)
22 return GTK_RC_STYLE (g_object_new (CLEARLOOKS_TYPE_RC_STYLE, NULL));