[Previous]
[Up]
[Next]
NSTableColumn
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSTableColumn.h
Inherits from: NSObject
Conforms to: NSObject
- (id) dataCell
- (id) headerCell
- (id) initWithIdentifier: anObject
- (id) identifier
- (BOOL) isEditable
- (BOOL) isResizable
- (float) maxWidth
- (float) minWidth
- (void) setDataCell: (NSCell*)aCell
- (void) setEditable: (BOOL)flag
- (void) setHeaderCell: (NSCell*)aCell
- (void) setIdentifier: (id)anObject
- (void) setMaxWidth: (float)maxWidth
- (void) setMinWidth: (float)minWidth
- (void) setResizable: (BOOL)flag
- (void) setTableView: (NSTableView*)aTableView
- (void) setWidth: (float)newWidth
- (void) sizeToFit
- (NSTableView*) tableView
- (float) width