mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 05:10:55 +00:00
195 lines
8.5 KiB
HTML
195 lines
8.5 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>NSHelpPanel</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="Gui.html">Up</a>
|
||
|
<br />
|
||
|
<h1><a name="title$NSHelpPanel">NSHelpPanel</a></h1>
|
||
|
<h3>Authors</h3>
|
||
|
<dl>
|
||
|
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
|
||
|
scottc@net-community.com
|
||
|
</code></a>)</dt>
|
||
|
<dd>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
||
|
<div>
|
||
|
<hr width="50%" align="left" />
|
||
|
<h3>Contents -</h3>
|
||
|
<ol>
|
||
|
<li>
|
||
|
<a href="#001000000000">Software documentation for the NSHelpPanel class</a>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<hr width="50%" align="left" />
|
||
|
</div>
|
||
|
<h1><a name="001000000000">
|
||
|
Software documentation for the NSHelpPanel class
|
||
|
</a></h1>
|
||
|
<h2><a name="class$NSHelpPanel">NSHelpPanel</a> : <a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a></h2>
|
||
|
<blockquote>
|
||
|
<dl>
|
||
|
<dt><b>Declared in:</b></dt>
|
||
|
<dd>AppKit/NSHelpPanel.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>NotMacOS-X</li>
|
||
|
<li>GNUstep</li>
|
||
|
<li>OpenStep</li>
|
||
|
</ul>
|
||
|
</blockquote>
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<b>Method summary</b>
|
||
|
<ul>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel+attachHelpFile:markerName:to:">+attachHelpFile:markerName:to:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel+detachHelpFrom:">+detachHelpFrom:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel+setHelpDirectory:">+setHelpDirectory:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel+sharedHelpPanel">+sharedHelpPanel</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel+sharedHelpPanelWithDirectory:">+sharedHelpPanelWithDirectory:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-addSupplement:inPath:">-addSupplement:inPath:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-encodeWithCoder:">-encodeWithCoder:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-helpDirectory">-helpDirectory</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-helpFile">-helpFile</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-initWithCoder:">-initWithCoder:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-print:">-print:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-showFile:atMarker:">-showFile:atMarker:</a></li>
|
||
|
<li><a rel="gsdoc" href="NSHelpPanel.html#method$NSHelpPanel-showHelpAttachedTo:">-showHelpAttachedTo:</a></li>
|
||
|
</ul>
|
||
|
<hr width="50%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel+attachHelpFile:markerName:to:">attachHelpFile:markerName:to:</a></h3>
|
||
|
+ (void) <b>attachHelpFile:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename<b> markerName:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)markerName<b> to:</b> (id)anObject;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel+detachHelpFrom:">detachHelpFrom:</a></h3>
|
||
|
+ (void) <b>detachHelpFrom:</b> (id)anObject;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel+setHelpDirectory:">setHelpDirectory:</a></h3>
|
||
|
+ (void) <b>setHelpDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)helpDirectory;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel+sharedHelpPanel">sharedHelpPanel</a></h3>
|
||
|
+ (<a rel="gsdoc" href="#class$NSHelpPanel">NSHelpPanel</a>*) <b>sharedHelpPanel</b>;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel+sharedHelpPanelWithDirectory:">sharedHelpPanelWithDirectory:</a></h3>
|
||
|
+ (<a rel="gsdoc" href="#class$NSHelpPanel">NSHelpPanel</a>*) <b>sharedHelpPanelWithDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)helpDirectory;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-addSupplement:inPath:">addSupplement:inPath:</a></h3>
|
||
|
- (void) <b>addSupplement:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)helpDirectory<b> inPath:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)supplementPath;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-encodeWithCoder:">encodeWithCoder:</a></h3>
|
||
|
- (void) <b>encodeWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aCoder;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-helpDirectory">helpDirectory</a></h3>
|
||
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>helpDirectory</b>;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-helpFile">helpFile</a></h3>
|
||
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>helpFile</b>;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-initWithCoder:">initWithCoder:</a></h3>
|
||
|
- (id) <b>initWithCoder:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSCoder.html#class$NSCoder">NSCoder</a>*)aDecoder;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-print:">print:</a></h3>
|
||
|
- (void) <b>print:</b> (id)sender;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-showFile:atMarker:">showFile:atMarker:</a></h3>
|
||
|
- (void) <b>showFile:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename<b> atMarker:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)markerName;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<h3><a name="method$NSHelpPanel-showHelpAttachedTo:">showHelpAttachedTo:</a></h3>
|
||
|
- (BOOL) <b>showHelpAttachedTo:</b> (id)anObject;<br />
|
||
|
<b>Standards:</b> NotMacOS-X, GNUstep, OpenStep<br />
|
||
|
<p>
|
||
|
|
||
|
<em>Description forthcoming.</em>
|
||
|
|
||
|
</p>
|
||
|
<hr width="25%" align="left" />
|
||
|
<br />
|
||
|
<a href="Gui.html">Up</a>
|
||
|
</body>
|
||
|
</html>
|