r2228: Made 'Automatic' an icon size, rather than a separate option.
[rox-filer.git] / ROX-Filer / src / view_details.h
blob5413f00d08e02a9692bab005da467235c26aa78f
1 /*
2 * $Id$
5 * ROX-Filer, filer for the ROX desktop project
6 * By Thomas Leonard, <tal197@users.sourceforge.net>.
7 */
9 #ifndef __VIEW_DETAILS_H__
10 #define __VIEW_DETAILS_H__
12 #include <gtk/gtk.h>
14 typedef struct _ViewDetailsClass ViewDetailsClass;
16 #define VIEW_DETAILS(obj) \
17 (GTK_CHECK_CAST((obj), view_details_get_type(), ViewDetails))
19 GtkWidget *view_details_new(FilerWindow *filer_window);
20 GType view_details_get_type(void);
22 #endif /* __VIEW_DETAILS_H__ */