home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / OS2 / QUEUES / CLIQHELP.H < prev    next >
Text File  |  1994-11-17  |  2KB  |  64 lines

  1. /*==============================================================*\
  2.  *  cliqhelp.h - Sample queue apps help include file
  3.  *      Copyright 1991 IBM Corp.
  4.  *--------------------------------------------------------------
  5.  *
  6.  *  This resource file contains constant and function
  7.  *  definitions for resources used by the help manager.
  8.  *
  9. \*==============================================================*/
  10. /*--------------------------------------------------------------*\
  11.  *  Help table and subtables                                    *
  12. \*--------------------------------------------------------------*/
  13. #define CLIQ_HELP_TABLE                     1000
  14.  
  15. #define SUBTABLE_MAIN                       2000
  16. #define SUBTABLE_ABOUTBOXDLG                3000
  17.  
  18.  
  19.  
  20. /*--------------------------------------------------------------*\
  21.  *  Main window help panels                                     *
  22. \*--------------------------------------------------------------*/
  23. #define PANEL_MAIN                          2100
  24. #define PANEL_ABOUTBOXDLG                   3100
  25.  
  26.  
  27. #define PANEL_FILE                          2210
  28. #define PANEL_FILEEXIT                      2290
  29.  
  30. #define PANEL_MESSAGE                       2310
  31. #define PANEL_PRIORITY                      2320
  32. #define PANEL_SEND_MSG                      2330
  33. #define PANEL_SEND_DATE                     2340
  34. #define PANEL_DATE                          2350
  35.  
  36. #define PANEL_HELP                          2910
  37. #define PANEL_HELPHELPFORHELP               2920
  38. #define PANEL_HELPEXTENDED                  2930
  39. #define PANEL_HELPKEYS                      2940
  40. #define PANEL_HELPINDEX                     2950
  41. #define PANEL_HELPABOUT                     2960
  42.  
  43. /*--------------------------------------------------------------*\
  44.  *  Enter text dialog help subtable                             *
  45. \*--------------------------------------------------------------*/
  46. #define PANEL_ABOUTBOX_OK                   3110
  47.  
  48.  
  49. #define IDD_ABOUTBOX        1001
  50.  
  51. #define IDC_OK              1
  52. #define IDC_ICON            4
  53.  
  54.  
  55. VOID  InitHelp(VOID);
  56. VOID  DestroyHelpInstance(VOID);
  57. VOID  DisplayHelpPanel(SHORT sIdPanel);
  58. VOID  HelpAbout(MPARAM mp2);
  59. VOID  HelpTutorial(MPARAM mp2);
  60. VOID  HelpIndex(MPARAM mp2);
  61. VOID  HelpKeys (MPARAM mp2);
  62. VOID  HelpExtended(MPARAM mp2);
  63. VOID  HelpHelpForHelp(MPARAM mp2);
  64.