home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
PowerPlant
/
Multi-Panel Dialogs 1.1
/
MPDTest App
/
App Sources
/
MPDTestMain.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
|
1996-02-06
|
365 b
|
17 lines
|
[
TEXT/R*ch
]
#pragma once
#include <LApplication.h>
class CPPStarterApp : public LApplication {
public:
CPPStarterApp();
virtual ~CPPStarterApp();
virtual Boolean ObeyCommand(CommandT inCommand, void* ioParam);
virtual void FindCommandStatus(CommandT inCommand,
Boolean &outEnabled, Boolean &outUsesMark,
Char16 &outMark, Str255 outName);
};