00001 /*******************************************************/ 00002 /* "C" Language Integrated Production System */ 00003 /* */ 00004 /* X Windows Version 2.01 06/15/03 */ 00005 /* */ 00006 /* XMENU_EXEC HEADER MODULE */ 00007 /*******************************************************/ 00008 00009 /*************************************************************/ 00010 /* Purpose: */ 00011 /* */ 00012 /* Principal Programmer(s): */ 00013 /* Bebe Ly */ 00014 /* Daniel J. McCoy */ 00015 /* */ 00016 /* Contributing Programmer(s): */ 00017 /* Gary D. Riley */ 00018 /* */ 00019 /* Revision History: */ 00020 /* */ 00021 /*************************************************************/ 00022 00023 #ifndef _H_xmenu_exec 00024 #define _H_xmenu_exec 00025 00026 void ResetCallback(Widget,XtPointer,XtPointer); 00027 void RunCallback(Widget,XtPointer,XtPointer); 00028 void StepCallback(Widget,XtPointer,XtPointer); 00029 void ClearCLIPSCallback(Widget,XtPointer,XtPointer); 00030 void ClearScreenCallback(Widget,XtPointer,XtPointer); 00031 00032 #endif
1.5.6