repo.or.cz
/
rox-filer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r39: Dropping on the panel now works correctly.
[rox-filer.git]
/
ROX-Filer
/
src
/
menu.h
blob
d700294941158c8d542f451557e94e6436d11045
1
/* vi: set cindent:
2
* $Id$
3
*
4
* ROX-Filer, filer for the ROX desktop project
5
* By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6
*/
7
8
#ifndef _MENU_H
9
#define _MENU_H
10
11
#include
"filer.h"
12
13
extern
GtkAccelGroup
*
filer_keys
;
14
15
void
menu_init
(
void
);
16
void
menu_save
(
void
);
17
void
show_filer_menu
(
FilerWindow
*
filer_window
,
GdkEventButton
*
event
,
18
int
item
);
19
#endif
/* _MENU_H */