tint2conf : cleanup and asynchronous panel preview

git-svn-id: http://tint2.googlecode.com/svn/trunk@412 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-04-03 22:52:52 +00:00
parent c89a42c658
commit 9d1372cc27
3 changed files with 119 additions and 57 deletions

View File

@@ -4,12 +4,15 @@
#include <gtk/gtk.h>
extern GtkWidget *g_theme_view;
extern GtkListStore *g_store;
enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, };
GtkWidget *create_view();
void custom_list_append(const gchar *name);
gboolean update_snapshot();
#endif