home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities2
/
desklib
/
Libraries
/
Handler
/
c
/
CloseW
< prev
next >
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
|
1992-04-09
|
186 b
|
9 lines
#include "WimpSWIS.h"
#include "Window.h"
extern BOOL Handler_CloseWindow(event_pollblock *event, void *reference)
{
Wimp_CloseWindow(event->data.openblock.window);
return(TRUE);
}