]> Dogcows Code - chaz/tint2/blob - src/tint2conf/theme_view.h
fixed snapshot command (-s). more needed.
[chaz/tint2] / src / tint2conf / theme_view.h
1 #ifndef THEME_VIEW
2 #define THEME_VIEW
3
4 #include <gtk/gtk.h>
5
6
7 extern GtkListStore *g_store;
8
9 enum { COL_TEXT = 0, COL_PIX, N_COLUMNS };
10
11
12 GtkWidget *create_view(void);
13
14 void on_changed(GtkWidget *widget, gpointer label);
15
16 void add_to_list(GtkWidget *list, const gchar *str);
17
18 #endif
19
This page took 0.03348 seconds and 4 git commands to generate.