home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
2D_3D
/
ShaderInspector
/
Source
/
PopUpMenu.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-02
|
285 b
|
21 lines
// Copyright 1992 Thomas A. Dilligan
// All Rights Reserved
//
// For best results, set tabstop=4
#import <appkit/appkit.h>
#ifndef POPUPMENUH
#define POPUPMENUH
@interface PopUpMenu:Button
{
id popUpList;
id target;
}
- initFrame:(NXRect *)frameRect;
- popUpList;
@end
#endif