r69: Tidied up the options system a bit. Added drag-and-drop section (with
[rox-filer.git] / ROX-Filer / src / menu.h
blob40dd2eea4c11c57cbde76e3f9f02d05c84d50a14
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);
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 */