home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
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
|
1994-05-22
|
207 b
|
10 lines
#include "WimpSWIS.h"
#include "Window.h"
#include "Handler.h"
extern BOOL Handler_CloseWindow(event_pollblock *event, void *reference)
{
Wimp_CloseWindow(event->data.openblock.window);
return(TRUE);
}