X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Ftheme_view.h;h=dc1c71d9c9d08ab9dbee57272c8b57064b1e6ef1;hb=b0daed8dd52ebaa40fa993e5b9f23c823937c120;hp=7f20207a00eaa5fbf864f47fe2532916d86dae24;hpb=46f53881443c06b9216e78baab429fd45205aa20;p=chaz%2Ftint2 diff --git a/src/tint2conf/theme_view.h b/src/tint2conf/theme_view.h index 7f20207..dc1c71d 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_THEME_NAME, 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