]> Dogcows Code - chaz/tint2/blob - src/tint2conf/theme_view.h
tint2conf : cleanup and rotate vertical panel snapshot
[chaz/tint2] / src / tint2conf / theme_view.h
1
2 #ifndef THEME_VIEW
3 #define THEME_VIEW
4
5 #include <gtk/gtk.h>
6
7 enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, };
8
9 GtkWidget *create_view();
10
11 void custom_list_append(const gchar *name);
12
13
14 #endif
15
16
17
This page took 0.031711 seconds and 4 git commands to generate.