Converted README to markdown
[rox-filer.git] / ROX-Filer / src / view_collection.h
blob021f9b67cd593ef01e9dfbf94653430675f2331e
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef __VIEW_COLLECTION_H__
7 #define __VIEW_COLLECTION_H__
9 #include <gtk/gtk.h>
11 typedef struct _ViewCollectionClass ViewCollectionClass;
13 #define VIEW_COLLECTION(obj) \
14 (GTK_CHECK_CAST((obj), view_collection_get_type(), ViewCollection))
16 GtkWidget *view_collection_new(FilerWindow *filer_window);
17 GType view_collection_get_type(void);
19 #endif /* __VIEW_COLLECTION_H__ */