Gosh, some little cosmetics here...
[midnight-commander.git] / gnome / gpopup.h
blob376c4e09b11cbbfe590fa39c2acd9e256de23a46
1 /* Popup menus for the Midnight Commander
3 * Copyright (C) 1998 The Free Software Foundation
5 * Authors: Federico Mena <federico@nuclecu.unam.mx>
6 * Miguel de Icaza <miguel@nuclecu.unam.mx>
7 */
9 #ifndef GPOPUP_H
10 #define GPOPUP_H
13 #include <gdk/gdktypes.h>
14 #include "panel.h"
15 #include "gdesktop.h"
17 int gpopup_do_popup2 (GdkEventButton *event, WPanel *panel, DesktopIconInfo *dii);
19 #if 0
20 int gpopup_do_popup (GdkEventButton *event, WPanel *from_panel,
21 DesktopIconInfo *dii,
22 int panel_row, char *filename);
23 #endif
26 #endif