diff src/typedefs.h @ 573:2996f1bbc305

Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
author zas_
date Sun, 04 May 2008 16:16:07 +0000
parents 514a4525d651
children 3da75054d4e1
line wrap: on
line diff
--- a/src/typedefs.h	Sun May 04 11:47:36 2008 +0000
+++ b/src/typedefs.h	Sun May 04 16:16:07 2008 +0000
@@ -153,7 +153,6 @@
 typedef struct _ViewDirInfoTree ViewDirInfoTree;
 
 typedef struct _ViewFile ViewFile;
-typedef struct _ViewFileList ViewFileList;
 typedef struct _ViewFileIcon ViewFileIcon;
 typedef struct _ViewFileInfoList ViewFileInfoList;
 typedef struct _ViewFileInfoIcon ViewFileInfoIcon;
@@ -505,7 +504,6 @@
 	ViewFile *vf;
 	FileViewType file_view_type;
 
-	ViewFileList *vfl;
 	ViewFileIcon *vfi;
 	GtkWidget *file_view;
 
@@ -645,43 +643,6 @@
 	gint select_idle_id;
 };
 
-struct _ViewFileList
-{
-	GtkWidget *widget;
-	GtkWidget *listview;
-
-	gchar *path;
-	GList *list;
-
-	SortType sort_method;
-	gint sort_ascend;
-
-	FileData *click_fd;
-	FileData *select_fd;
-
-	gint thumbs_enabled;
-	gint marks_enabled;
-	gint active_mark;
-
-	/* thumb updates */
-	gint thumbs_running;
-	gint thumbs_count;
-	ThumbLoader *thumbs_loader;
-	FileData *thumbs_filedata;
-
-	/* func list */
-	void (*func_thumb_status)(ViewFileList *vfl, gdouble val, const gchar *text, gpointer data);
-	gpointer data_thumb_status;
-
-	void (*func_status)(ViewFileList *vfl, gpointer data);
-	gpointer data_status;
-
-	gint select_idle_id;
-	LayoutWindow *layout;
-
-	GtkWidget *popup;
-};
-
 struct _IconData;
 
 struct _ViewFileInfoIcon