home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 May
/
macformat-024.iso
/
Shareware City
/
Developers
/
BoxMaker++
/
Typical ƒ
/
Typicalshell.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-20
|
287 b
|
19 lines
|
[
TEXT/KAHL
]
class typicalshell : public boxmaker
{
public:
typicalshell();
protected:
virtual void OpenDoc( Boolean opening);
virtual void DoMenu( long retVal);
private:
static const int kOurQuitItem;
static const OSType dontChange;
OSType creatorToSet;
OSType typeToSet;
};