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
- (
NSInteger)
columnAtPoint: (
NSPoint)aPoint;
Availability: OpenStep
Description forthcoming.
- (
NSInteger)
draggedColumn;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
draggedDistance;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
headerRectOfColumn: (
NSInteger)columnIndex;
Availability: OpenStep
Description forthcoming.
- (
NSInteger)
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;
Availability: OpenStep
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;
Availability: OpenStep
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