home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / PMHPENV.ZIP / HELP.RC next >
Text File  |  1990-09-22  |  934b  |  27 lines

  1.  
  2. /*****************************************************************/
  3. /* Help Table Definition                                         */
  4. /*                                                               */
  5. /* The main help table is defined including the window for which */
  6. /* help will be displayed, the help subtable which references    */
  7. /* the help panels and the panel id for the extended help panel  */
  8. /*****************************************************************/
  9.  
  10. #define EXTENDED_HELP_PANEL_ID  1
  11. #define SUBTABLE_DLG            2
  12.  
  13. HELPTABLE DID_DLG
  14. BEGIN
  15.     HELPITEM DID_DLG,           SUBTABLE_DLG,     EXTENDED_HELP_PANEL_ID
  16. END
  17.  
  18.  
  19. HELPSUBTABLE SUBTABLE_DLG
  20. BEGIN
  21.     HELPSUBITEM DID_RETURN_ADDR, DID_RETURN_ADDR
  22.     HELPSUBITEM DID_ADDR,        DID_ADDR
  23.     HELPSUBITEM DID_PRINT,       DID_PRINT
  24.     HELPSUBITEM DID_SAVE,        DID_SAVE
  25.     HELPSUBITEM DID_SAVE_RET,    DID_SAVE_RET
  26. END
  27.