API  0.9.7
 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  unsigned _tabState; // Looks like it is not yet implemented
12 }
13 @end