r110: Added a option for using RISC OS mouse bindings to the options box, although
[rox-filer.git] / ROX-Filer / src / savebox.h
blobb3bbd63996610f67e7dfe6c45f5f5cb4441a80d6
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _SAVEBOX_H
9 #define _SAVEBOX_H
11 typedef gboolean SaveBoxCallback(char *initial, char *path);
13 #include "pixmaps.h"
14 #include "filer.h"
16 /* Prototypes */
18 void savebox_init(void);
19 void savebox_show(FilerWindow *fw, char *title, char *path, char *leaf,
20 MaskedPixmap *image, SaveBoxCallback *cb);
22 #endif /* _SAVEBOX_H */