home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / arismodules / blockinput / blockinput.readme < prev    next >
Text File  |  1977-12-31  |  884b  |  23 lines

  1. blockinput.m
  2.  
  3. Is an AmigaE Module made from JRH-RKRM_PART_1 example
  4. intuition/requesters_alerts/blockinput.c. It has
  5. two exported functions and one private (it can be made public too if
  6. someone wants to, just add the word EXPORT in front of PROC copyLisToChip
  7. and compile the module again)
  8.  
  9. PROCEDURES:
  10.         -beginWait(win,winRequest,win_title=NIL)
  11.                    -win PTR TO window which should be blocked
  12.                    -winrequest a Global Or Procedure Local PTR TO requester
  13.                     (must be given back to endWait())
  14.                    -win_title optional new window title
  15.         -endWait(win,winrequest,win_title=NIL)
  16.                    -win PTR TO window which should be deblocked
  17.                    -winrequest same variable which is given to beginWait()
  18.                    -win_title LOOK ABOVE
  19.  
  20. Converted To Module by Aris Basic
  21. aris@mubo.augusta.de
  22.  
  23.