API 0.9.5
AppKit/CPTabView.h
Go to the documentation of this file.
00001 
00002 @interface CPTabView : CPView
00003 {
00004     CPArray             _items;
00005 
00006     CPSegmentedControl  _tabs;
00007     CPBox               _box;
00008 
00009     CPNumber            _selectedIndex;
00010 
00011     CPTabViewType       _type;
00012     CPFont              _font;
00013 
00014     id                  _delegate;
00015     unsigned            _delegateSelectors;
00016 }
00017 @end
 All Classes Files Functions Variables Defines