Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPAccordionView.h
Go to the documentation of this file.
1 
2 @interface CPAccordionView : CPView
3 {
4  CPInteger _dirtyItemIndex;
5  CPView _itemHeaderPrototype;
6 
7  CPMutableArray _items;
8  CPMutableArray _itemViews;
9  CPIndexSet _expandedItemIndexes;
10 }
11 @end