home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Sample Controls
/
PowerPlant View
/
CTestView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-04
|
321 b
|
22 lines
|
[
TEXT/CWIE
]
#ifndef __CTESTVIEW__
#define __CTESTVIEW__
#include <LView.h>
class LCommander;
class CTestView : public LView
{
public:
enum {class_ID = 'tVIW'};
static CTestView* CreateFromStream(LStream *inStream);
CTestView(LStream *inStream);
virtual ~CTestView() {}
virtual void FinishCreateSelf();
};
#endif