home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / clock / clock.ipf < prev    next >
Encoding:
Text File  |  1993-03-12  |  1.1 KB  |  33 lines

  1.  
  2. .*==============================================================*\
  3. .*                                                              *
  4. .* Main.ipf - Information Tag Language file for the             *
  5. .*       clock  sample application's help manager               *
  6. .*                                                              *
  7. .*==============================================================*/
  8. :userdoc.
  9.  
  10. .*--------------------------------------------------------------*\
  11. .*  Main window extended help panel                             *
  12. .*      res = PANEL_MAIN                                        *
  13. .*--------------------------------------------------------------*/
  14. :h1 res=2100 name=PANEL_MAIN.About Sample
  15. :i1 id=aboutMain.About Sample
  16. :p.The Clock Sample application is a sample Presentation Manager
  17. program that demonstates how to use the system and window timers
  18. in a OS/2 Application.
  19.  
  20. .*-- Import the Settings menu help file --*
  21. .im settings.ipf
  22.  
  23. .*-- Import the View menu help file --*
  24. .im view.ipf
  25.  
  26. .*-- Import the Help menu help file --*
  27. .im help.ipf
  28.  
  29. .*-- Import the Dialogs help file --*
  30. .im dlg.ipf
  31.  
  32. :euserdoc.
  33.