home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
CalculatorLab++
/
MinusPanel.h
< prev
next >
Wrap
Text File
|
1990-10-28
|
311b
|
17 lines
// MinusPanel.h
//
// You may freely copy, distribute and reuse the code in this example.
// NeXT disclaims any warranty of any kind, expressed or implied, as to
// its fitness for any particular use.
//
#import <appkit/Panel.h>
@interface MinusPanel:Panel
{
}
- (BOOL)commandKey:(NXEvent *)theEvent;
@end