tint2/src/tint2conf/theme_view.h

18 lines
198 B
C
Raw Normal View History

#ifndef THEME_VIEW
#define THEME_VIEW
#include <gtk/gtk.h>
enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, };
GtkWidget *create_view();
void custom_list_append(const gchar *name);
#endif