]> Dogcows Code - chaz/tint2/blob - src/tint2conf/theme_view.h
start tint2conf work
[chaz/tint2] / src / tint2conf / theme_view.h
1
2 #ifndef THEME_VIEW
3 #define THEME_VIEW
4
5 #include <gtk/gtk.h>
6
7 extern GtkWidget *g_theme_view;
8 extern GtkListStore *g_store;
9 enum { COL_THEME_FILE = 0, COL_THEME_NAME, COL_SNAPSHOT, NB_COL, };
10
11 GtkWidget *create_view();
12
13 void custom_list_append(const gchar *name);
14
15 gboolean update_snapshot();
16
17 #endif
18
19
20
This page took 0.030612 seconds and 4 git commands to generate.