API 0.9.5
AppKit/CPMenu/CPMenu.h
Go to the documentation of this file.
00001 
00002 @interface CPMenu : CPObject
00003 {
00004     CPMenu          _supermenu;
00005 
00006     CPString        _title;
00007     CPString        _name;
00008 
00009     CPFont          _font;
00010 
00011     float           _minimumWidth;
00012 
00013     CPMutableArray  _items;
00014 
00015     BOOL            _autoenablesItems;
00016     BOOL            _showsStateColumn;
00017 
00018     id              _delegate;
00019 
00020     int             _highlightedIndex;
00021     _CPMenuWindow   _menuWindow;
00022 }
00023 @end
 All Classes Files Functions Variables Defines