home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / pm / dragdrop / dragdrop.ipf < prev    next >
Text File  |  1999-05-11  |  2KB  |  42 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Main.ipf - Information Tag Language file for the Drag/Drop   *
  4. .*              sample application's help manager               *
  5. .*                                                              *
  6. .*==============================================================*/
  7. :userdoc.
  8.  
  9. .*--------------------------------------------------------------*\
  10. .*  Main window extended help panel                             *
  11. .*      res = PANEL_MAIN                                        *
  12. .*--------------------------------------------------------------*/
  13. :h1 res=2100 name=PANEL_MAIN.Drag/Drop Sample -- Help
  14. :i1 id=aboutMain.About Sample
  15. :p.The Drag/Drop program is a sample Presentation Manager application
  16. which illustrates direct manipulation.
  17. :p.To show direct manipulation, start two instances of the sample
  18. in separate windows.  In one of the sessions, open a directory from which
  19. you want to see a file list, then select names of files you want to move.
  20. In the other Drap/Drop session, open a
  21. directory to which you want to move the files.  Perform the drag and drop by
  22. holding down mouse button 2 in the first window.  Drag the
  23. mouse across to the target window and release it.  The files will be moved to
  24. the target directory.
  25.  
  26. .*-- Import the File menu help file --*
  27. .im dragfile.ipf
  28.  
  29. .*-- Import the Window menu help file --*
  30. .im dragwnd.ipf
  31.  
  32. .*-- Import the Help menu help file --*
  33. .im draghelp.ipf
  34.  
  35. .*-- Import the Application Menu help file --*
  36. .im dragmenu.ipf
  37.  
  38. .*-- Import the Dialog boxes help file --*
  39. .im dragdlg.ipf
  40.  
  41. :euserdoc.
  42.