r30: When you open a menu with nothing selected, the item under the pointer
[rox-filer.git] / ROX-Filer / src / menu.h
blobc5fabe000e065c2a33034c6509d162c690d298aa
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 extern GtkAccelGroup *filer_keys;
10 void menu_init(void);
11 void menu_finish(void);
12 void show_filer_menu(FilerWindow *filer_window, GdkEventButton *event,
13 int item);