X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Ftheme_view.h;h=306107de98bc5432a0bcf88c98a0354599cf143d;hb=2fe8ce00afa75977d3fd394481b19deaf3d102a5;hp=7f20207a00eaa5fbf864f47fe2532916d86dae24;hpb=46f53881443c06b9216e78baab429fd45205aa20;p=chaz%2Ftint2 diff --git a/src/tint2conf/theme_view.h b/src/tint2conf/theme_view.h index 7f20207..306107d 100644 --- a/src/tint2conf/theme_view.h +++ b/src/tint2conf/theme_view.h @@ -1,19 +1,20 @@ + #ifndef THEME_VIEW #define THEME_VIEW #include - +extern GtkWidget *g_theme_view; extern GtkListStore *g_store; +enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, }; -enum { COL_TEXT = 0, COL_PIX, N_COLUMNS }; +GtkWidget *create_view(); +void custom_list_append(const gchar *name); -GtkWidget *create_view(void); +gboolean update_snapshot(); -void on_changed(GtkWidget *widget, gpointer label); +#endif -void add_to_list(GtkWidget *list, const gchar *str); -#endif