home *** CD-ROM | disk | FTP | other *** search
- // 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