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:
C/C++ Source or Header  |  1992-12-02  |  285 b   |  21 lines

  1. //    Copyright 1992  Thomas A. Dilligan
  2. //        All Rights Reserved
  3. //
  4. // For best results, set tabstop=4
  5.  
  6. #import <appkit/appkit.h>
  7.  
  8. #ifndef POPUPMENUH
  9. #define POPUPMENUH
  10.  
  11. @interface PopUpMenu:Button
  12. {
  13.     id    popUpList;
  14.     id    target;
  15. }
  16.  
  17. - initFrame:(NXRect *)frameRect;
  18. - popUpList;
  19.  
  20. @end
  21. #endif