r343: Updated the docs.
[rox-filer/ma.git] / ROX-Filer / src / menu.h
blob42095ed9d7da0f266be692a17eb86d5b15f18abb
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _MENU_H
9 #define _MENU_H
11 extern GtkAccelGroup *filer_keys;
12 extern GtkWidget *popup_menu;
14 void menu_init(void);
16 GtkWidget *create_menu_options(void);
17 void menu_update_options(void);
18 void menu_set_options(void);
19 void menu_save_options(void);
21 void show_pinboard_menu(GdkEventButton *event, PinIcon *icon);
22 void show_filer_menu(FilerWindow *filer_window, GdkEventButton *event,
23 int item);
24 #endif /* _MENU_H */