mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 19:03:10 +03:00
21 lines
383 B
C
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
|