r68: Added full Adjust actions for files/dirs/apps for windows and panels.
[rox-filer.git] / ROX-Filer / src / savebox.h
blob80e31e53290b43b684ac50b257c2b0b7d2d81403
1 /* vi: set cindent:
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 */