API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPTableHeaderView.h
Go to the documentation of this file.
1 
3 {
4  CGPoint _mouseDownLocation;
5  CGPoint _previousTrackingLocation;
6  int _activeColumn;
7  int _pressedColumn;
8 
9  BOOL _isResizing;
10  BOOL _isDragging;
11  BOOL _isTrackingColumn;
12  BOOL _drawsColumnLines;
13 
14  float _columnOldWidth;
15 
16  CPTableView _tableView // @accessors(property=tableView);
17 }
18 @end