![]() |
API 0.9.5
|
00001 00002 @interface CPTableHeaderView : CPView 00003 { 00004 CGPoint _mouseDownLocation; 00005 CGPoint _previousTrackingLocation; 00006 int _activeColumn; 00007 int _pressedColumn; 00008 00009 BOOL _isResizing; 00010 BOOL _isDragging; 00011 BOOL _isTrackingColumn; 00012 BOOL _drawsColumnLines; 00013 00014 float _columnOldWidth; 00015 00016 CPTableView _tableView // @accessors(property=tableView); 00017 } 00018 @end