API  0.9.8
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPTabView.h
Go to the documentation of this file.
1 
2 @interface CPTabView : CPView
3 {
4  CPArray _items;
5 
6  CPSegmentedControl _tabs;
7  CPBox _box;
8 
9  CPNumber _selectedIndex;
10 
11  CPTabViewType _type;
12  CPFont _font;
13 
14  id <CPTabViewDelegate> _delegate;
15  unsigned _delegateSelectors;
16 }
17 @end