API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPMenu.h
Go to the documentation of this file.
1 
2 @interface CPMenu : CPObject
3 {
4  CPMenu _supermenu;
5 
6  CPString _title;
7  CPString _name;
8 
9  CPFont _font;
10 
11  float _minimumWidth;
12 
13  CPMutableArray _items;
14 
15  BOOL _autoenablesItems;
16  BOOL _showsStateColumn;
17 
18  id _delegate;
19 
20  int _highlightedIndex;
21  _CPMenuWindow _menuWindow;
22 
23  CPEvent _lastCloseEvent;
24 }
25 @end