API
0.9.10
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 <CPMenuDelegate> _delegate;
19
unsigned
_implementedDelegateMethods;
20
21
int
_highlightedIndex;
22
_CPMenuWindow _menuWindow;
23
24
CPEvent
_lastCloseEvent;
25
}
26
@end
CPFont
Definition:
CPFont.h:2
CPObject
Definition:
CPObject.j:103
CPMenu
Definition:
CPMenu.h:2
CPMutableArray
Definition:
CPMutableArray.h:2
CPString
An immutable string (collection of characters).
Definition:
CPString.h:2
CPEvent
Definition:
CPEvent.h:2
AppKit
CPMenu
CPMenu.h
Generated on Tue Jul 11 2017 16:20:41 for API by
1.8.13