API 0.9.5
AppKit/CPAccordionViewItem.h
Go to the documentation of this file.
00001 
00002 @interface CPAccordionViewItem : CPObject
00003 {
00004     CPString    _identifier // @accessors(property=identifier);
00005     CPView      _view // @accessors(property=view);
00006     CPString    _label // @accessors(property=label);
00007 }
00008 @end
 All Classes Files Functions Variables Defines