comparison src/view_dir.h @ 384:392dd6541d51

Merge parts of view_dir_list/tree constructors/destructors to view_dir.
author zas_
date Wed, 16 Apr 2008 16:54:38 +0000
parents 499d7ba62261
children 5186f8e38cb8
comparison
equal deleted inserted replaced
383:499d7ba62261 384:392dd6541d51
20 DIR_COLUMN_COUNT 20 DIR_COLUMN_COUNT
21 }; 21 };
22 22
23 extern GtkRadioActionEntry menu_view_dir_radio_entries[2]; 23 extern GtkRadioActionEntry menu_view_dir_radio_entries[2];
24 24
25 void vd_destroy(ViewDir *vd);
26
25 ViewDir *vd_new(DirViewType type, const gchar *path); 27 ViewDir *vd_new(DirViewType type, const gchar *path);
26 28
27 void vd_set_select_func(ViewDir *vdl, void (*func)(ViewDir *vdl, const gchar *path, gpointer data), gpointer data); 29 void vd_set_select_func(ViewDir *vdl, void (*func)(ViewDir *vdl, const gchar *path, gpointer data), gpointer data);
28 30
29 void vd_set_layout(ViewDir *vdl, LayoutWindow *layout); 31 void vd_set_layout(ViewDir *vdl, LayoutWindow *layout);