home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
basic
/
eventshell
/
Tools
/
!EvntEdit
/
UserFNs
/
WinClose
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-20
|
256 b
|
14 lines
*|Start FN.........
DEF FN.........( window_handle% )
REM Called when a window is about to close
REM window_handle% - window that is closing
LOCAL
REM Return FALSE to prevent the window closing, TRUE
REM to allow it to close
= TRUE
:
*|Stop FN.........