mc/gnome/gpopup.h
1998-11-25 23:58:43 +00:00

21 lines
383 B
C

/* Popup menus for the Midnight Commander
*
* Copyright (C) 1998 The Free Software Foundation
*
* Authors: Federico Mena <federico@nuclecu.unam.mx>
* Miguel de Icaza <miguel@nuclecu.unam.mx>
*/
#ifndef GPOPUP_H
#define GPOPUP_H
#include <gdk/gdktypes.h>
#include "panel.h"
int gpopup_do_popup (char *filename, WPanel *from_panel, GdkEventButton *event);
#endif