API  1.0.0
CPTabViewItem.h
Go to the documentation of this file.
1 
2 @interface CPTabViewItem : CPObject
3 {
4  id _identifier;
5  CPString _label;
6  CPInteger _tag // @accessors(property=tag);
7 
8  CPView _view;
9  CPView _auxiliaryView;
10 
11  CPTabView _tabView;
12  unsigned _tabState; // Looks like it is not yet implemented
13 
14  CPImage _image // @accessors(property=image);
15  CPViewController _viewController // @accessors(getter=viewController);
16 
17  BOOL _enabled // @accessors(property=enabled);
18  BOOL _selected // @accessors(property=selected);
19  CGRect _tabRect // @accessors(property=frame);
20  float _width // @accessors(property=width);
21 }
22 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPImage.h:2
Definition: CPView.j:137