2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSMatrix</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>NSMatrix</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt>Ovidiu Predescu(<a href="mailto:ovidiu@net-community.com"><code>
|
|
|
|
ovidiu@net-community.com
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<blockquote>
|
|
|
|
Matrix class for grouping controls </blockquote>
|
|
|
|
<p>Copyright: (C) 1996, 1997, 1999 Free Software Foundation, Inc.</p>
|
|
|
|
<h1>
|
|
|
|
Software documentation for the NSMatrix class
|
|
|
|
</h1>
|
|
|
|
<h2><a name="class$NSMatrix">NSMatrix</a> : <a href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
|
|
Declared: AppKit/NSMatrix.h<br />
|
|
|
|
Conform: NSCoding<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<h3>cellClass</a></h3>
|
|
|
|
+ (Class) <b>cellClass</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellClass:</a></h3>
|
|
|
|
+ (void) <b>setCellClass:</b> (Class)classId;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>acceptsFirstMouse:</a></h3>
|
|
|
|
- (BOOL) <b>acceptsFirstMouse:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>action</a></h3>
|
|
|
|
- (SEL) <b>action</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>addColumn</a></h3>
|
|
|
|
- (void) <b>addColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>addColumnWithCells:</a></h3>
|
|
|
|
- (void) <b>addColumnWithCells:</b> (NSArray*)cellArray;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>addRow</a></h3>
|
|
|
|
- (void) <b>addRow</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>addRowWithCells:</a></h3>
|
|
|
|
- (void) <b>addRowWithCells:</b> (NSArray*)cellArray;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>allowsEmptySelection</a></h3>
|
|
|
|
- (BOOL) <b>allowsEmptySelection</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>autosizesCells</a></h3>
|
|
|
|
- (BOOL) <b>autosizesCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>backgroundColor</a></h3>
|
|
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>backgroundColor</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellAtRow:column:</a></h3>
|
|
|
|
- (id) <b>cellAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellBackgroundColor</a></h3>
|
|
|
|
- (<a href="NSColor.html#class$NSColor">NSColor</a>*) <b>cellBackgroundColor</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellClass</a></h3>
|
|
|
|
- (Class) <b>cellClass</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellFrameAtRow:column:</a></h3>
|
|
|
|
- (NSRect) <b>cellFrameAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellSize</a></h3>
|
|
|
|
- (NSSize) <b>cellSize</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellWithTag:</a></h3>
|
|
|
|
- (id) <b>cellWithTag:</b> (int)anInt;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cells</a></h3>
|
|
|
|
- (NSArray*) <b>cells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>delegate</a></h3>
|
|
|
|
- (id) <b>delegate</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>deselectAllCells</a></h3>
|
|
|
|
- (void) <b>deselectAllCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>deselectSelectedCell</a></h3>
|
|
|
|
- (void) <b>deselectSelectedCell</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>doubleAction</a></h3>
|
|
|
|
- (SEL) <b>doubleAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>drawCellAtRow:column:</a></h3>
|
|
|
|
- (void) <b>drawCellAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>drawsBackground</a></h3>
|
|
|
|
- (BOOL) <b>drawsBackground</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>drawsCellBackground</a></h3>
|
|
|
|
- (BOOL) <b>drawsCellBackground</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>errorAction</a></h3>
|
|
|
|
- (SEL) <b>errorAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>getNumberOfRows:columns:</a></h3>
|
|
|
|
- (void) <b>getNumberOfRows:</b> (int*)rowCount<b> columns:</b> (int*)columnCount;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>getRow:column:forPoint:</a></h3>
|
|
|
|
- (BOOL) <b>getRow:</b> (int*)row<b> column:</b> (int*)column<b> forPoint:</b> (NSPoint)point;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>getRow:column:ofCell:</a></h3>
|
|
|
|
- (BOOL) <b>getRow:</b> (int*)row<b> column:</b> (int*)column<b> ofCell:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>highlightCell:atRow:column:</a></h3>
|
|
|
|
- (void) <b>highlightCell:</b> (BOOL)flag<b> atRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>initWithFrame:</a></h3>
|
|
|
|
- (id) <b>initWithFrame:</b> (NSRect)frameRect;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>initWithFrame:mode:cellClass:numberOfRows:numberOfColumns:</a></h3>
|
|
|
|
- (id) <b>initWithFrame:</b> (NSRect)frameRect<b> mode:</b> (int)aMode<b> cellClass:</b> (Class)class<b> numberOfRows:</b> (int)rowsHigh<b> numberOfColumns:</b> (int)colsWide;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>initWithFrame:mode:prototype:numberOfRows:numberOfColumns:</a></h3>
|
|
|
|
- (id) <b>initWithFrame:</b> (NSRect)frameRect<b> mode:</b> (int)aMode<b> prototype:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)prototype<b> numberOfRows:</b> (int)rowsHigh<b> numberOfColumns:</b> (int)colsWide;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>insertColumn:</a></h3>
|
|
|
|
- (void) <b>insertColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>insertColumn:withCells:</a></h3>
|
|
|
|
- (void) <b>insertColumn:</b> (int)column<b> withCells:</b> (NSArray*)cellArray;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>insertRow:</a></h3>
|
|
|
|
- (void) <b>insertRow:</b> (int)row;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>insertRow:withCells:</a></h3>
|
|
|
|
- (void) <b>insertRow:</b> (int)row<b> withCells:</b> (NSArray*)cellArray;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>intercellSpacing</a></h3>
|
|
|
|
- (NSSize) <b>intercellSpacing</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>isAutoscroll</a></h3>
|
|
|
|
- (BOOL) <b>isAutoscroll</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>isSelectionByRect</a></h3>
|
|
|
|
- (BOOL) <b>isSelectionByRect</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>keyCell</a></h3>
|
|
|
|
- (id) <b>keyCell</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>makeCellAtRow:column:</a></h3>
|
|
|
|
- (<a href="NSCell.html#class$NSCell">NSCell</a>*) <b>makeCellAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>mode</a></h3>
|
|
|
|
- (NSMatrixMode) <b>mode</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>mouseDown:</a></h3>
|
|
|
|
- (void) <b>mouseDown:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>mouseDownFlags</a></h3>
|
|
|
|
- (int) <b>mouseDownFlags</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>nextText</a></h3>
|
|
|
|
- (id) <b>nextText</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>numberOfColumns</a></h3>
|
|
|
|
- (int) <b>numberOfColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>numberOfRows</a></h3>
|
|
|
|
- (int) <b>numberOfRows</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>performKeyEquivalent:</a></h3>
|
|
|
|
- (BOOL) <b>performKeyEquivalent:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>previousText</a></h3>
|
|
|
|
- (id) <b>previousText</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>prototype</a></h3>
|
|
|
|
- (id) <b>prototype</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>putCell:atRow:column:</a></h3>
|
|
|
|
- (void) <b>putCell:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)newCell<b> atRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>removeColumn:</a></h3>
|
|
|
|
- (void) <b>removeColumn:</b> (int)col;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>removeRow:</a></h3>
|
|
|
|
- (void) <b>removeRow:</b> (int)row;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>renewRows:columns:</a></h3>
|
|
|
|
- (void) <b>renewRows:</b> (int)r<b> columns:</b> (int)c;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>resetCursorRects</a></h3>
|
|
|
|
- (void) <b>resetCursorRects</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>scrollCellToVisibleAtRow:column:</a></h3>
|
|
|
|
- (void) <b>scrollCellToVisibleAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectAll:</a></h3>
|
|
|
|
- (void) <b>selectAll:</b> (id)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectCellAtRow:column:</a></h3>
|
|
|
|
- (void) <b>selectCellAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectCellWithTag:</a></h3>
|
|
|
|
- (BOOL) <b>selectCellWithTag:</b> (int)anInt;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectText:</a></h3>
|
|
|
|
- (void) <b>selectText:</b> (id)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectTextAtRow:column:</a></h3>
|
|
|
|
- (id) <b>selectTextAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedCell</a></h3>
|
|
|
|
- (id) <b>selectedCell</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedCells</a></h3>
|
|
|
|
- (NSArray*) <b>selectedCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedColumn</a></h3>
|
|
|
|
- (int) <b>selectedColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedRow</a></h3>
|
|
|
|
- (int) <b>selectedRow</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendAction</a></h3>
|
|
|
|
- (BOOL) <b>sendAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendAction:to:forAllCells:</a></h3>
|
|
|
|
- (void) <b>sendAction:</b> (SEL)aSelector<b> to:</b> (id)anObject<b> forAllCells:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendDoubleAction</a></h3>
|
|
|
|
- (void) <b>sendDoubleAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAction:</a></h3>
|
|
|
|
- (void) <b>setAction:</b> (SEL)sel;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAllowsEmptySelection:</a></h3>
|
|
|
|
- (void) <b>setAllowsEmptySelection:</b> (BOOL)f;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAutoscroll:</a></h3>
|
|
|
|
- (void) <b>setAutoscroll:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAutosizesCells:</a></h3>
|
|
|
|
- (void) <b>setAutosizesCells:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setBackgroundColor:</a></h3>
|
|
|
|
- (void) <b>setBackgroundColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)c;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellBackgroundColor:</a></h3>
|
|
|
|
- (void) <b>setCellBackgroundColor:</b> (<a href="NSColor.html#class$NSColor">NSColor</a>*)c;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellClass:</a></h3>
|
|
|
|
- (void) <b>setCellClass:</b> (Class)class;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellSize:</a></h3>
|
|
|
|
- (void) <b>setCellSize:</b> (NSSize)size;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDelegate:</a></h3>
|
|
|
|
- (void) <b>setDelegate:</b> (id)object;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDoubleAction:</a></h3>
|
|
|
|
- (void) <b>setDoubleAction:</b> (SEL)sel;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDrawsBackground:</a></h3>
|
|
|
|
- (void) <b>setDrawsBackground:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDrawsCellBackground:</a></h3>
|
|
|
|
- (void) <b>setDrawsCellBackground:</b> (BOOL)f;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setErrorAction:</a></h3>
|
|
|
|
- (void) <b>setErrorAction:</b> (SEL)sel;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setIntercellSpacing:</a></h3>
|
|
|
|
- (void) <b>setIntercellSpacing:</b> (NSSize)size;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setKeyCell:</a></h3>
|
|
|
|
- (void) <b>setKeyCell:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setMode:</a></h3>
|
|
|
|
- (void) <b>setMode:</b> (NSMatrixMode)aMode;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setNextText:</a></h3>
|
|
|
|
- (void) <b>setNextText:</b> (id)anObject;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setPreviousText:</a></h3>
|
|
|
|
- (void) <b>setPreviousText:</b> (id)anObject;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setPrototype:</a></h3>
|
|
|
|
- (void) <b>setPrototype:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setScrollable:</a></h3>
|
|
|
|
- (void) <b>setScrollable:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setSelectionByRect:</a></h3>
|
|
|
|
- (void) <b>setSelectionByRect:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setSelectionFrom:to:anchor:highlight:</a></h3>
|
|
|
|
- (void) <b>setSelectionFrom:</b> (int)startPos<b> to:</b> (int)endPos<b> anchor:</b> (int)anchorPos<b> highlight:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setState:atRow:column:</a></h3>
|
|
|
|
- (void) <b>setState:</b> (int)value<b> atRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTabKeyTraversesCells:</a></h3>
|
|
|
|
- (void) <b>setTabKeyTraversesCells:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setValidateSize:</a></h3>
|
|
|
|
- (void) <b>setValidateSize:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sizeToCells</a></h3>
|
|
|
|
- (void) <b>sizeToCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sortUsingFunction:context:</a></h3>
|
|
|
|
- (void) <b>sortUsingFunction:</b> (int (*)(id element1,id element2,void*userData))comparator<b> context:</b> (void*)context;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sortUsingSelector:</a></h3>
|
|
|
|
- (void) <b>sortUsingSelector:</b> (SEL)comparator;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>tabKeyTraversesCells</a></h3>
|
|
|
|
- (BOOL) <b>tabKeyTraversesCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>textDidBeginEditing:</a></h3>
|
|
|
|
- (void) <b>textDidBeginEditing:</b> (NSNotification*)aNotification;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>textDidChange:</a></h3>
|
|
|
|
- (void) <b>textDidChange:</b> (NSNotification*)aNotification;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>textDidEndEditing:</a></h3>
|
|
|
|
- (void) <b>textDidEndEditing:</b> (NSNotification*)aNotification;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>textShouldBeginEditing:</a></h3>
|
|
|
|
- (BOOL) <b>textShouldBeginEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)textObject;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>textShouldEndEditing:</a></h3>
|
|
|
|
- (BOOL) <b>textShouldEndEditing:</b> (<a href="NSText.html#class$NSText">NSText</a>*)aTextObject;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
</body>
|
|
|
|
</html>
|