diff options
author | nobody <nobody@localhost> | 1999-07-08 20:53:53 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-07-08 20:53:53 +0800 |
commit | 941eace314c5a11909078b42d0d2dfd79481e9a2 (patch) | |
tree | 31fb754688a24179fe6e81c5fb92d2eebd94fbfe /calendar/popup-menu.h | |
parent | b4aa097dc38ea4299bceab38d36cb3fea6b72b12 (diff) | |
download | gsoc2013-evolution-941eace314c5a11909078b42d0d2dfd79481e9a2.tar.gz gsoc2013-evolution-941eace314c5a11909078b42d0d2dfd79481e9a2.tar.zst gsoc2013-evolution-941eace314c5a11909078b42d0d2dfd79481e9a2.zip |
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_30
'GNUMERIC_0_30'.
svn path=/tags/GNUMERIC_0_30/; revision=1018
Diffstat (limited to 'calendar/popup-menu.h')
-rw-r--r-- | calendar/popup-menu.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/calendar/popup-menu.h b/calendar/popup-menu.h deleted file mode 100644 index a4590dbb98..0000000000 --- a/calendar/popup-menu.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Popup menu utilities for gncal - * - * Copyright (C) 1998 The Free Software Foundation - * - * Author: Federico Mena <quartic@gimp.org> - */ - -#ifndef POPUP_MENU_H -#define POPUP_MENU_H - -#include <gdk/gdktypes.h> -#include <gtk/gtksignal.h> - - -struct menu_item { - char *text; - GtkSignalFunc callback; - gpointer data; - int sensitive; -}; - -void popup_menu (struct menu_item *items, int nitems, GdkEventButton *event); - - -#endif |