]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/theme_view.h
start tint2conf work
[chaz/tint2] / src / tint2conf / theme_view.h
index 807a7a062585eb1732366fbae63e00d89495f954..dc1c71d9c9d08ab9dbee57272c8b57064b1e6ef1 100644 (file)
@@ -4,12 +4,15 @@
 
 #include <gtk/gtk.h>
 
-enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, };
+extern GtkWidget *g_theme_view;
+extern GtkListStore *g_store;
+enum { COL_THEME_FILE = 0, COL_THEME_NAME, COL_SNAPSHOT, NB_COL, };
 
 GtkWidget *create_view();
 
 void custom_list_append(const gchar *name);
 
+gboolean update_snapshot();
 
 #endif
 
This page took 0.019745 seconds and 4 git commands to generate.