20 строки
360 B
C
20 строки
360 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>
|
||
|
|
||
|
|
||
|
int gpopup_do_popup (char *filename, int from_panel, GdkEventButton *event);
|
||
|
|
||
|
|
||
|
#endif
|