mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 00:50:45 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
286 lines
11 KiB
HTML
286 lines
11 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSTabViewItem</title>
|
|
</head>
|
|
<body>
|
|
<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 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/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
|
|
<blockquote>
|
|
<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/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<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-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-view">-view</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-color">color</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>color</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-drawLabel:inRect:">drawLabel:inRect:</a></h3>
|
|
- (void) <b>drawLabel:</b> (BOOL)shouldTruncateLabel<b> inRect:</b> (NSRect)tabRect;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-identifier">identifier</a></h3>
|
|
- (id) <b>identifier</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-initWithIdentifier:">initWithIdentifier:</a></h3>
|
|
- (id) <b>initWithIdentifier:</b> (id)identifier;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-initialFirstResponder">initialFirstResponder</a></h3>
|
|
- (id) <b>initialFirstResponder</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-label">label</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>label</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-setIdentifier:">setIdentifier:</a></h3>
|
|
- (void) <b>setIdentifier:</b> (id)identifier;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-setLabel:">setLabel:</a></h3>
|
|
- (void) <b>setLabel:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)label;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-sizeOfLabel:">sizeOfLabel:</a></h3>
|
|
- (NSSize) <b>sizeOfLabel:</b> (BOOL)shouldTruncateLabel;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-tabState">tabState</a></h3>
|
|
- (NSTabState) <b>tabState</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-tabView">tabView</a></h3>
|
|
- (<a rel="gsdoc" href="NSTabView.html#class$NSTabView">NSTabView</a>*) <b>tabView</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem-view">view</a></h3>
|
|
- (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>view</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSTabViewItem.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<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" />
|
|
<h3><a name="method$NSTabViewItem(GNUstep)-_setTabState:">_setTabState:</a></h3>
|
|
- (void) <b>_setTabState:</b> (NSTabState)tabState;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<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 />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem(GNUstep)-_tabRect">_tabRect</a></h3>
|
|
- (NSRect) <b>_tabRect</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSTabViewItem(GNUstep)-_truncatedLabel">_truncatedLabel</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>_truncatedLabel</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|