API 0.9.5
AppKit/CPTabViewItem.h
Go to the documentation of this file.
00001 
00002 @interface CPTabViewItem : CPObject
00003 {
00004     id          _identifier;
00005     CPString    _label;
00006 
00007     CPView      _view;
00008     CPView      _auxiliaryView;
00009 
00010     CPTabView   _tabView;
00011 }
00012 @end
 All Classes Files Functions Variables Defines