r201: Allowed dragging to a subdirectory to save into it.
[rox-filer.git] / ROX-Filer / src / minibuffer.h
blob0c7e9f0c3ebf398bdc9436950e29c7fdcd2a9961
1 /*
2 * $Id*
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _MINIBUFFER_H
9 #define _MINIBUFFER_H
11 #include <gtk/gtk.h>
12 #include "filer.h"
14 GtkWidget *create_minibuffer(FilerWindow *filer_window);
15 void minibuffer_show(FilerWindow *filer_window);
16 void minibuffer_hide(FilerWindow *filer_window);
18 #endif /* _MINIBUFFER_H */