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
Standards:
Description forthcoming.
Method summary
- (int) columnAtPoint: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (int) draggedColumn;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (float) draggedDistance;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSRect) headerRectOfColumn: (int)columnIndex;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (int) resizedColumn;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setTableView: (NSTableView*)aTableView;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSTableView*) tableView;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up