Up

NSTableHeaderView

Authors

Nicola Pero( n.pero@mi.flashnet.it )
Nicola Pero( nicola@brainstorm.co.uk )

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSTableHeaderView class

Software documentation for the NSTableHeaderView class

NSTableHeaderView : NSView

Declared in:
AppKit/NSTableHeaderView.h
Standards:

Description forthcoming.

Method summary

columnAtPoint:

- (int) columnAtPoint: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


draggedColumn

- (int) draggedColumn;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


draggedDistance

- (float) draggedDistance;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


headerRectOfColumn:

- (NSRect) headerRectOfColumn: (int)columnIndex;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


resizedColumn

- (int) resizedColumn;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setTableView:

- (void) setTableView: (NSTableView*)aTableView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


tableView

- (NSTableView*) tableView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up