home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ool_main.zip
/
ool
/
samples
/
sample14
/
sample14.H
< 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
C/C++ Source or Header
|
1998-03-10
|
230 b
|
16 lines
#define INCL_OOL_WIN
#include "ool.h"
#include "resource.h"
class MyAppWindow: public XScrollWindow
{
public:
MyAppWindow( );
~MyAppWindow();
BOOL DoCommand( LONG);
void Draw( void );
};