![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSTableColumn</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSTableColumn">NSTableColumn</a></h1> <h3>Authors</h3> <dl> <dt>Nicola Pero (<a href="mailto:n.pero@mi.flashnet.it"><code>n.pero@mi.flashnet.it</code></a>)</dt> <dd> </dd> </dl> <p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Overview of NSTableColumn</a> </li> <li> <a href="#001001000000">The Column Identifier</a> </li> <li> <a href="#001002000000">Information Stored in an NSTableColumn Object</a> </li> <li> <a href="#002000000000">Software documentation for the NSTableColumn class</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000">Overview of NSTableColumn</a></h1> <h2><a name="001001000000">The Column Identifier</a></h2> <p> Each NSTableColumn object is identified by an object, called the column identifier. The reason is that, after a column has been added to a table view, the user might move the columns around, so there is a need to identify the columns regardless of their position in the table. </p> <p> The identifier is typically a string describing the column. This identifier object is never displayed to the user ! It is only used internally by the program to identify the column - so yes, you may use a funny string for it and nobody will know, except people reading the code. </p> <h2><a name="001002000000"> Information Stored in an NSTableColumn Object </a></h2> <p> An NSTableColumn object mainly keeps information about the width of the column, its minimum and maximum width; whether the column can be edited or resized; and the cells used to draw the column header and the data in the column. You can change all these attributes of the column by calling the appropriate methods. Please note that the table column does not hold nor has access to the data to be displayed in the column; this data is maintained in the table view's data source, as described in the NSTableView documentation. A last hint: to set the title of a table column, ask the table column for its header cell, and set the string value of this header cell to the desired title. </p> <h1><a name="002000000000"> Software documentation for the NSTableColumn class </a></h1> <h2><a name="class$NSTableColumn">NSTableColumn</a> : <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTableColumn.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> NSTableColumn objects represent columns in NSTableViews. </p> <p> </div> <hr width="50%" align="left" /> <a href="#_NSTableColumn_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-dataCell">-dataCell</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-dataCellForRow$">-dataCellForRow:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-headerCell">-headerCell</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-headerToolTip">-headerToolTip</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-identifier">-identifier</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-initWithIdentifier$">-initWithIdentifier:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-isEditable">-isEditable</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-isHidden">-isHidden</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-isResizable">-isResizable</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-maxWidth">-maxWidth</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-minWidth">-minWidth</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-resizingMask">-resizingMask</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setDataCell$">-setDataCell:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setEditable$">-setEditable:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setHeaderCell$">-setHeaderCell:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setHeaderToolTip$">-setHeaderToolTip:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setHidden$">-setHidden:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setIdentifier$">-setIdentifier:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setMaxWidth$">-setMaxWidth:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setMinWidth$">-setMinWidth:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setResizable$">-setResizable:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setResizingMask$">-setResizingMask:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setSortDescriptorPrototype$">-setSortDescriptorPrototype:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setTableView$">-setTableView:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-setWidth$">-setWidth:</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-sizeToFit">-sizeToFit</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-sortDescriptorPrototype">-sortDescriptorPrototype</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-tableView">-tableView</a></li> <li><a rel="gsdoc" href="NSTableColumn.html#method$NSTableColumn-width">-width</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTableColumn-dataCell">dataCell </a></h3> - (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*) <b>dataCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the cell used to display data in the column. The default data cell is an NSTextFieldCell. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-dataCellForRow$">dataCellForRow: </a></h3> - (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*) <b>dataCellForRow:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)row;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-headerCell">headerCell </a></h3> - (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*) <b>headerCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the cell used to display the column title. The default header cell is an NSTableHeaderCell. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-headerToolTip">headerToolTip </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>headerToolTip</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> Return the toop tip text displayed when the pointer is in the header area. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-identifier">identifier </a></h3> - (id) <b>identifier</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the column identifier, an object used to identify the column. This object is usually a string, but might be any kind of object. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-initWithIdentifier$">initWithIdentifier: </a></h3> - (id) <b>initWithIdentifier:</b> (id)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Initialize the column. <var>anObject</var> is an object used to identify the column; it is usually a string, but might be any kind of object. <var>anObject</var> is retained. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-isEditable">isEditable </a></h3> - (BOOL) <b>isEditable</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return whether data displayed in the column can be edited by the user by double-cliking on them. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-isHidden">isHidden </a></h3> - (BOOL) <b>isHidden</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> Return whether the column is invisible or not. When the column is hidden, it remains present in the column array returned by -[NSTableView tableColumns]. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-isResizable">isResizable </a></h3> - (BOOL) <b>isResizable</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return whether the column might be resized by the user by dragging the column header border. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-maxWidth">maxWidth </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>maxWidth</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the column's max width. The column can in no way be resized to a width bigger than this max width. The default max width is 100000. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-minWidth">minWidth </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>minWidth</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the column's min width. The column can in no way be resized to a width smaller than this min width. The default min width is 10. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-resizingMask">resizingMask </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>) <b>resizingMask</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> Set the resizing mask that describes whether the column is resizable and how it resizes. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setDataCell$">setDataCell: </a></h3> - (void) <b>setDataCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the cell used to display data in the column. <var>aCell</var> can't be <code>nil</code>, otherwise a warning will be generated and the method ignored. The old cell is released, the new one is retained. If you want to change the attributes in which a single row in a column is displayed, you should better use a delegate for your NSTableView implementing tableView:willDisplayCell:forTableColumn:row:. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setEditable$">setEditable: </a></h3> - (void) <b>setEditable:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set whether data in the column might be edited by the user by double-cliking on them. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setHeaderCell$">setHeaderCell: </a></h3> - (void) <b>setHeaderCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the cell used to display the column header. <var>aCell</var> can't be <code>nil</code>, otherwise a warning will be generated and the method call ignored. The old cell is released, the new one is retained. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setHeaderToolTip$">setHeaderToolTip: </a></h3> - (void) <b>setHeaderToolTip:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> Set the tool tip text displayed when the pointer is in the header area. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setHidden$">setHidden: </a></h3> - (void) <b>setHidden:</b> (BOOL)hidden;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> Set whether the column is invisible or not. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setIdentifier$">setIdentifier: </a></h3> - (void) <b>setIdentifier:</b> (id)anObject;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the identifier used to identify the table. The old identifier is released, and the new one is retained. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setMaxWidth$">setMaxWidth: </a></h3> - (void) <b>setMaxWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)maxWidth;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the max width of the table column, eventually adjusting the width of the column if it is bigger than the new max width. In no way a table column can be made bigger than its max width. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setMinWidth$">setMinWidth: </a></h3> - (void) <b>setMinWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)minWidth;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the min width of the table column, eventually adjusting the width of the column if it is smaller than the new min width. In no way a table column can be made smaller than its min width. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setResizable$">setResizable: </a></h3> - (void) <b>setResizable:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set whether the user can resize the table column by dragging the border of its header with the mouse. The table column can be resized programmatically regardless of this setting. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setResizingMask$">setResizingMask: </a></h3> - (void) <b>setResizingMask:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)resizingMask;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.4.0</div> <br /> <div class="desc"> Return the resizing mask that describes whether the column is resizable and how it resizes. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setSortDescriptorPrototype$">setSortDescriptorPrototype: </a></h3> - (void) <b>setSortDescriptorPrototype:</b> (NSSortDescriptor*)aSortDescriptor;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> Return the sort descriptor bound to the column. This sort descriptor will be added to -[NSTableView sortDescriptors] when you bind a column to another object and NSCreateSortDescriptorBindingOption is set to <code>YES</code>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setTableView$">setTableView: </a></h3> - (void) <b>setTableView:</b> (<a rel="gsdoc" href="NSTableView.html#class$NSTableView">NSTableView</a>*)aTableView;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the table view corresponding to this table column. This method is invoked internally by the table view, and you should not call it directly; it is exposed because you may want to override it in subclasses. To use the table column in a table view, you should use NSTableView's addTableColumn: instead. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-setWidth$">setWidth: </a></h3> - (void) <b>setWidth:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)newWidth;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Set the width of the table column. Before being resized, the new width is constrained to the table column minimum and maximum width: if <var>newWidth</var> is smaller than the table column's min width, the table column is simply resized to its min width. If <var>newWidth</var> is bigger than the table column's max width, the table column is simply resized to its max width. Otherwise, it is resized to <var>newWidth</var>. If the width of the table was actually changed, the table view (if any) is redisplayed (by calling tile), and the NSTableViewColumnDidResizeNotification is posted on behalf of the table view. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-sizeToFit">sizeToFit </a></h3> - (void) <b>sizeToFit</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Change the width of the column to be just enough to display its header; change the minimum width and maximum width to allow the column to have this width (if the minimum width is bigger than the column header width, it is reduced to it; if the maximum width is smaller than the column header width, it is increased to it). </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-sortDescriptorPrototype">sortDescriptorPrototype </a></h3> - (NSSortDescriptor*) <b>sortDescriptorPrototype</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.3.0</div> <br /> <div class="desc"> Return the sort descriptor bound to the column. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-tableView">tableView </a></h3> - (<a rel="gsdoc" href="NSTableView.html#class$NSTableView">NSTableView</a>*) <b>tableView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the table view the column belongs to, or <code>nil</code> if the table column was not added to any table view. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTableColumn-width">width </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>width</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Return the width of the table column. The default width is 100. </div> <hr width="25%" align="left" /> </div> <a name="_NSTableColumn_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSTableColumn Class</h2> <h3><a name="ivariable$NSTableColumn*_dataCell">_dataCell</a></h3> @protected NSCell* <b>_dataCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_headerCell">_headerCell</a></h3> @protected NSCell* <b>_headerCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_headerToolTip">_headerToolTip</a></h3> @protected NSString* <b>_headerToolTip</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_identifier">_identifier</a></h3> @protected id <b>_identifier</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_is_editable">_is_editable</a></h3> @protected BOOL <b>_is_editable</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_is_hidden">_is_hidden</a></h3> @protected BOOL <b>_is_hidden</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_is_resizable">_is_resizable</a></h3> @protected BOOL <b>_is_resizable</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_max_width">_max_width</a></h3> @protected float <b>_max_width</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_min_width">_min_width</a></h3> @protected float <b>_min_width</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_resizing_mask">_resizing_mask</a></h3> @protected NSUInteger <b>_resizing_mask</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_sortDescriptorPrototype">_sortDescriptorPrototype</a></h3> @protected NSSortDescriptor* <b>_sortDescriptorPrototype</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_tableView">_tableView</a></h3> @protected NSTableView* <b>_tableView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSTableColumn*_width">_width</a></h3> @protected float <b>_width</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <br /> <a href="Gui.html">Up</a> </font> </body> </html>