![]() |
API 0.9.5
|
00001 00002 @interface CPBrowser : CPControl 00003 { 00004 id _delegate; 00005 CPString _pathSeparator; 00006 00007 CPView _contentView; 00008 CPScrollView _horizontalScrollView; 00009 CPView _prototypeView; 00010 00011 CPArray _tableViews; 00012 CPArray _tableDelegates; 00013 00014 id _rootItem; 00015 00016 BOOL _delegateSupportsImages; 00017 00018 SEL _doubleAction // @accessors(property=doubleAction); 00019 00020 BOOL _allowsMultipleSelection; 00021 BOOL _allowsEmptySelection; 00022 00023 Class _tableViewClass // @accessors(property=tableViewClass); 00024 00025 float _rowHeight; 00026 float _imageWidth; 00027 float _leafWidth; 00028 float _minColumnWidth; 00029 float _defaultColumnWidth // @accessors(property=defaultColumnWidth); 00030 00031 CPArray _columnWidths; 00032 } 00033 @end