Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
/* $XConsortium: PopupMenu.h /main/4 1995/11/01 11:29:18 rswiston $ */
/*****************************************************************************
*
* File: PopupMenu.h
*
* Project: CDE
*
* Description: This file contains defines and declarations needed
* by PopupMenu.c and UI.c
*
*
****************************************************************************/
#ifndef _popup_menu_h
#define _popup_menu_h
#include "DataBaseLoad.h"
extern void CreatePopupMenu ( Widget );
extern void PostPopupMenu ( Widget, XtPointer, XEvent * );
extern void CreateWorkspacePopupMenu ( Widget , SwitchData *);
extern void PostWorkspacePopupMenu ( Widget, XtPointer, XEvent * );
#endif /* _popup_menu_h */
/* DON"T ADD ANYTHING AFTER THIS #endif */