r328: Changed the install script so that the CVS directories don't get installed.
[rox-filer.git] / ROX-Filer / src / menu.h
blob3bbcb1d06a0b557abe2d08c9b320e64e0a2625c6
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"
12 #include "pinboard.h"
14 extern GtkAccelGroup *filer_keys;
16 void menu_init(void);
18 GtkWidget *create_menu_options(void);
19 void menu_update_options(void);
20 void menu_set_options(void);
21 void menu_save_options(void);
23 void show_pinboard_menu(GdkEventButton *event, PinIcon *icon);
24 void show_filer_menu(FilerWindow *filer_window, GdkEventButton *event,
25 int item);
26 #endif /* _MENU_H */