![]() 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>NSTabViewItem</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSTabViewItem">NSTabViewItem</a></h1> <h3>Authors</h3> <dl> <dt>Michael Hanni (<a href="mailto:mhanni@sprintmail.com"><code>mhanni@sprintmail.com</code></a>)</dt> <dd> </dd> </dl> <p><b>Copyright:</b> (C) 2000-2016 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Software documentation for the NSTabViewItem class</a> </li> <li> <a href="#002000000000">Software documentation for the NSTabViewItem(GNUstep) category</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"> Software documentation for the NSTabViewItem class </a></h1> <h2><a name="class$NSTabViewItem">NSTabViewItem</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/NSTabViewItem.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"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSTabViewItem_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_setTabState$">-_setTabState:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_setTabView$">-_setTabView:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_tabRect">-_tabRect</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_truncatedLabel">-_truncatedLabel</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-color">-color</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-drawLabel$inRect$">-drawLabel:inRect:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-identifier">-identifier</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-initWithIdentifier$">-initWithIdentifier:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-initialFirstResponder">-initialFirstResponder</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-label">-label</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setColor$">-setColor:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setIdentifier$">-setIdentifier:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setInitialFirstResponder$">-setInitialFirstResponder:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setLabel$">-setLabel:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setToolTip$">-setToolTip:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-setView$">-setView:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-sizeOfLabel$">-sizeOfLabel:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-tabState">-tabState</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-tabView">-tabView</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-toolTip">-toolTip</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem-view">-view</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTabViewItem-color">color </a></h3> - (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>color</b>;<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$NSTabViewItem-drawLabel$inRect$">drawLabel: inRect: </a></h3> - (void) <b>drawLabel:</b> (BOOL)shouldTruncateLabel<b> inRect:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)tabRect;<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$NSTabViewItem-identifier">identifier </a></h3> - (id) <b>identifier</b>;<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$NSTabViewItem-initWithIdentifier$">initWithIdentifier: </a></h3> - (id) <b>initWithIdentifier:</b> (id)identifier;<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$NSTabViewItem-initialFirstResponder">initialFirstResponder </a></h3> - (id) <b>initialFirstResponder</b>;<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$NSTabViewItem-label">label </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>label</b>;<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$NSTabViewItem-setColor$">setColor: </a></h3> - (void) <b>setColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)color;<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$NSTabViewItem-setIdentifier$">setIdentifier: </a></h3> - (void) <b>setIdentifier:</b> (id)identifier;<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$NSTabViewItem-setInitialFirstResponder$">setInitialFirstResponder: </a></h3> - (void) <b>setInitialFirstResponder:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)view;<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$NSTabViewItem-setLabel$">setLabel: </a></h3> - (void) <b>setLabel:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)label;<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$NSTabViewItem-setToolTip$">setToolTip: </a></h3> - (void) <b>setToolTip:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)toolTip;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTabViewItem-setView$">setView: </a></h3> - (void) <b>setView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)view;<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$NSTabViewItem-sizeOfLabel$">sizeOfLabel: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSSize">NSSize</a>) <b>sizeOfLabel:</b> (BOOL)shouldTruncateLabel;<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$NSTabViewItem-tabState">tabState </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTabState">NSTabState</a>) <b>tabState</b>;<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$NSTabViewItem-tabView">tabView </a></h3> - (<a rel="gsdoc" href="NSTabView.html#class$NSTabView">NSTabView</a>*) <b>tabView</b>;<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$NSTabViewItem-toolTip">toolTip </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>toolTip</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.6.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTabViewItem-view">view </a></h3> - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>view</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <a name="_NSTabViewItem_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSTabViewItem Class</h2> <h3><a name="ivariable$NSTabViewItem*_color">_color</a></h3> @protected NSColor* <b>_color</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$NSTabViewItem*_first_responder">_first_responder</a></h3> @protected NSView* <b>_first_responder</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$NSTabViewItem*_ident">_ident</a></h3> @protected id <b>_ident</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$NSTabViewItem*_label">_label</a></h3> @protected NSString* <b>_label</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$NSTabViewItem*_rect">_rect</a></h3> @protected NSRect <b>_rect</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$NSTabViewItem*_state">_state</a></h3> @protected NSTabState <b>_state</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$NSTabViewItem*_tabview">_tabview</a></h3> @protected NSTabView* <b>_tabview</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$NSTabViewItem*_toolTip">_toolTip</a></h3> @protected NSString* <b>_toolTip</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$NSTabViewItem*_view">_view</a></h3> @protected NSView* <b>_view</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/> <h1><a name="002000000000"> Software documentation for the NSTabViewItem(GNUstep) category </a></h1> <h2><a rel="gsdoc" href="#class$NSTabViewItem">NSTabViewItem</a>(<a name="category$NSTabViewItem(GNUstep)">GNUstep</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSTabViewItem.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_setTabState$">-_setTabState:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_setTabView$">-_setTabView:</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_tabRect">-_tabRect</a></li> <li><a rel="gsdoc" href="NSTabViewItem.html#method$NSTabViewItem(GNUstep)-_truncatedLabel">-_truncatedLabel</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSTabViewItem(GNUstep)-_setTabState$">_setTabState: </a></h3> - (void) <b>_setTabState:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTabState">NSTabState</a>)tabState;<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 method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTabViewItem(GNUstep)-_setTabView$">_setTabView: </a></h3> - (void) <b>_setTabView:</b> (<a rel="gsdoc" href="NSTabView.html#class$NSTabView">NSTabView</a>*)tabView;<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 method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTabViewItem(GNUstep)-_tabRect">_tabRect </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>_tabRect</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 method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSTabViewItem(GNUstep)-_truncatedLabel">_truncatedLabel </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>_truncatedLabel</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 method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>