API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPTabViewItem.h
Go to the documentation of this file.
1 
2 @interface CPTabViewItem : CPObject
3 {
4  id _identifier;
5  CPString _label;
6 
7  CPView _view;
8  CPView _auxiliaryView;
9 
10  CPTabView _tabView;
11 }
12 @end