![]() |
API 0.9.5
|
00001 00002 @interface CPSplitView : CPView 00003 { 00004 id _delegate; 00005 BOOL _isVertical; 00006 BOOL _isPaneSplitter; 00007 00008 int _currentDivider; 00009 float _initialOffset; 00010 CPDictionary _preCollapsePositions; 00011 00012 CPString _originComponent; 00013 CPString _sizeComponent; 00014 00015 CPArray _DOMDividerElements; 00016 CPString _dividerImagePath; 00017 int _drawingDivider; 00018 00019 CPString _autosaveName; 00020 BOOL _shouldAutosave; 00021 BOOL _needsRestoreFromAutosave; 00022 00023 BOOL _needsResizeSubviews; 00024 int _suppressResizeNotificationsMask; 00025 00026 CPArray _buttonBars; 00027 } 00028 @end