home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cl-lib07.zip / pm.zip / usr / include / pm / menu.h < prev    next >
C/C++ Source or Header  |  1995-06-27  |  217b  |  18 lines

  1. #ifndef _MENU_H_
  2. #define _MENU_H_
  3.  
  4. #ifndef _WINDOW_H_
  5. #include <pm/Window.h>
  6. #endif
  7.  
  8. @interface Menu : Window
  9. {
  10. }
  11.  
  12. - enableItem: (USHORT) identifier;
  13. - disableItem: (USHORT) identifier;
  14.  
  15. @end
  16.  
  17. #endif
  18.