Up
Authors
- Nicola Pero (
n.pero@mi.flashnet.it
)
-
- Nicola Pero (
nicola@brainstorm.co.uk
)
-
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTableHeaderView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (int)
columnAtPoint: (NSPoint)aPoint;
Availability: OpenStep
Description forthcoming.
- (int)
draggedColumn;
Availability: OpenStep
Description forthcoming.
- (float)
draggedDistance;
Availability: OpenStep
Description forthcoming.
- (NSRect)
headerRectOfColumn: (int)columnIndex;
Availability: OpenStep
Description forthcoming.
- (int)
resizedColumn;
Availability: OpenStep
Description forthcoming.
- (void)
setTableView: (
NSTableView*)aTableView;
Availability: OpenStep
Description forthcoming.
- (
NSTableView*)
tableView;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSTableHeaderView Class
@protected int _resizedColumn;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
@protected NSTableView* _tableView;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Up