From 9ebed998dbb0afd30bb8ba9ee38e77b6d30988b6 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 27 Sep 1999 03:12:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNOME_LIBS_1_0_42'. svn path=/tags/GNOME_LIBS_1_0_42/; revision=1259 --- calendar/popup-menu.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 calendar/popup-menu.h (limited to 'calendar/popup-menu.h') 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 - */ - -#ifndef POPUP_MENU_H -#define POPUP_MENU_H - -#include -#include - - -struct menu_item { - char *text; - GtkSignalFunc callback; - gpointer data; - int sensitive; -}; - -void popup_menu (struct menu_item *items, int nitems, GdkEventButton *event); - - -#endif -- cgit v1.2.3