API 0.9.5
AppKit/CPTableColumn.h
Go to the documentation of this file.
00001 
00002 @interface CPTableColumn : CPObject
00003 {
00004     CPTableView         _tableView;
00005     CPView              _headerView;
00006     CPView              _dataView;
00007     Object              _dataViewData;
00008 
00009     float               _width;
00010     float               _minWidth;
00011     float               _maxWidth;
00012     unsigned            _resizingMask;
00013 
00014     id                  _identifier;
00015     BOOL                _isEditable;
00016     CPSortDescriptor    _sortDescriptorPrototype;
00017     BOOL                _isHidden;
00018     CPString            _headerToolTip;
00019 
00020     BOOL _disableResizingPosting // @accessors(property=disableResizingPosting);
00021 }
00022 @end
 All Classes Files Functions Variables Defines