home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_2 / issue_01 / wimp / README < prev    next >
Text File  |  1995-06-22  |  778b  |  16 lines

  1.                               DRAGGING YOUR WIMPs
  2.                               -------------------
  3.                                         
  4.           This  'UserDrag'  is  an  example  program  of  how  you use
  5.           drag-boxes in the Arthur Window Manager.  It  uses  two drag
  6.           types:  invisible  and fixed size. For further explainations
  7.           see the article on page 38.
  8.           
  9.           The program  is  split  up  into  two  sections.  The  first
  10.           contains    all    the    WIMP    primitives   -   such   as
  11.           PROCsys_openwindow, etc. The second is the  program  and  it
  12.           uses  these primitives. This method of programming structure
  13.           (hopefully) makes the program listing more understandable.
  14.           
  15.           
  16.