API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPToolbarItem.h
Go to the documentation of this file.
1 
2 @interface CPToolbarItem : CPObject
3 {
4  CPString _itemIdentifier;
5 
6  CPToolbar _toolbar;
7 
8  CPString _label;
9  CPString _paletteLabel;
10  CPString _toolTip;
11  int _tag;
12  id _target;
13  SEL _action;
14  BOOL _isEnabled;
15  CPImage _image;
16  CPImage _alternateImage;
17 
18  CPView _view;
19 
20  CGSize _minSize;
21  CGSize _maxSize;
22 
23  int _visibilityPriority;
24 
25  BOOL _autovalidates;
26 }
27 @end