00001 /*******************************************************/ 00002 /* "C" Language Integrated Production System */ 00003 /* */ 00004 /* X Windows Version 2.0 01/31/02 */ 00005 /* */ 00006 /* XMENU_WATCH 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 void WatchWindow(Widget,XtPointer,XtPointer); 00024 void OkWatchCallback(Widget,XtPointer,XtPointer); 00025 void WatchAllCallback(Widget,XtPointer,XtPointer); 00026 void WatchNoneCallback(Widget,XtPointer,XtPointer); 00027
1.5.6