r228: Added a nice list displaying the found files. Clicking opens a preview window
[rox-filer.git] / ROX-Filer / src / menu.h
blob74e66c7dc926c430736083a1666244dda482321c
1 /*
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);
17 GtkWidget *create_menu_options(void);
18 void menu_update_options(void);
19 void menu_set_options(void);
20 void menu_save_options(void);
22 void show_filer_menu(FilerWindow *filer_window, GdkEventButton *event,
23 int item);
24 #endif /* _MENU_H */