API 0.9.5
AppKit/CPAccordionView.h
Go to the documentation of this file.
00001 
00002 @interface CPAccordionView : CPView
00003 {
00004     CPInteger       _dirtyItemIndex;
00005     CPView          _itemHeaderPrototype;
00006 
00007     CPMutableArray  _items;
00008     CPMutableArray  _itemViews;
00009     CPIndexSet      _expandedItemIndexes;
00010 }
00011 @end
 All Classes Files Functions Variables Defines