home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
dev
/
AmigaE
/
ArisModules
/
Blockinput
/
blockinput.readme
< prev
next >
Wrap
Text File
|
1995-08-21
|
884b
|
23 lines
blockinput.m
Is an AmigaE Module made from JRH-RKRM_PART_1 example
intuition/requesters_alerts/blockinput.c. It has
two exported functions and one private (it can be made public too if
someone wants to, just add the word EXPORT in front of PROC copyLisToChip
and compile the module again)
PROCEDURES:
-beginWait(win,winRequest,win_title=NIL)
-win PTR TO window which should be blocked
-winrequest a Global Or Procedure Local PTR TO requester
(must be given back to endWait())
-win_title optional new window title
-endWait(win,winrequest,win_title=NIL)
-win PTR TO window which should be deblocked
-winrequest same variable which is given to beginWait()
-win_title LOOK ABOVE
Converted To Module by Aris Basic
aris@mubo.augusta.de