source:
Sophya/trunk/SophyaPI/PI/pippapplmac.h@
34
Last change on this file since 34 was 34, checked in by , 29 years ago | |
---|---|
File size: 214 bytes |
Line | |
---|---|
1 | #include <LApplication.h> |
2 | |
3 | class PIPPApplMac : public LApplication { |
4 | public: |
5 | PIPPApplMac(); |
6 | virtual ~PIPPApplMac(); |
7 | |
8 | void MakeMenuBar(); |
9 | virtual void AdjustCursor (const EventRecord &inMacEvent); |
10 | }; |
11 |
Note:
See TracBrowser
for help on using the repository browser.