diff options
author | nobody <nobody@localhost> | 1998-10-01 16:56:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-10-01 16:56:39 +0800 |
commit | aae3a37cb11759f99268f86e0c37fd72ef5be232 (patch) | |
tree | 23e6dba03d3654ee9649835b0486dadab49110c5 /calendar/popup-menu.h | |
parent | e94162c0a48defcaa3869dc9b82638170a62bab2 (diff) | |
download | gsoc2013-evolution-WITHXMHTML.tar gsoc2013-evolution-WITHXMHTML.tar.gz gsoc2013-evolution-WITHXMHTML.tar.bz2 gsoc2013-evolution-WITHXMHTML.tar.lz gsoc2013-evolution-WITHXMHTML.tar.xz gsoc2013-evolution-WITHXMHTML.tar.zst gsoc2013-evolution-WITHXMHTML.zip |
This commit was manufactured by cvs2svn to create tag 'WITHXMHTML'.WITHXMHTML
svn path=/tags/WITHXMHTML/; revision=422
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 |