]> icculus.org git repositories - dana/obconf.git/blob - src/theme.h
split handlers.c into a bunch of files
[dana/obconf.git] / src / theme.h
1 #ifndef obconf__theme_h
2 #define obconf__theme_h
3
4 #include <gtk/gtk.h>
5
6 void theme_setup_names (GtkWidget *w);
7
8 void theme_install     (const gchar *path);
9
10 #endif