awips2/nativeLib/rary.ohd.pproc/inc/help.h
2017-03-14 15:05:59 -05:00

18 lines
552 B
C

/* ************************************************************************
help.h
By: Tom Adams
NOAA/NWS/Office of Hydrology/HRL
Date: 07/01/92
Purpose: Global declarations for a Popup help system
************************************************************************ */
#ifndef help_h
#define help_h
Widget create_applicationShell1(); /* This creates the PopupShell & entire interface... */
void popup_help_window(); /* Callback function to popup help window... */
#endif