awips2/nativeLib/rary.ohd.ifp/inc/help.h
2017-04-21 18:33:55 -06:00

21 lines
653 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 popupHelp_shell; /* Shell widget for the popup window... */
Widget create_applicationShell1(); /* This creates the PopupShell & entire interface... */
void popup_help_window(); /* Callback function to popup help window... */
#endif