r39: Dropping on the panel now works correctly.
[rox-filer.git] / ROX-Filer / src / menu.h
blobd700294941158c8d542f451557e94e6436d11045
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 _MENU_H
9 #define _MENU_H
11 #include "filer.h"
13 extern GtkAccelGroup *filer_keys;
15 void menu_init(void);
16 void menu_save(void);
17 void show_filer_menu(FilerWindow *filer_window, GdkEventButton *event,
18 int item);
19 #endif /* _MENU_H */