mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 14:50:56 +00:00
73 lines
2.1 KiB
HTML
73 lines
2.1 KiB
HTML
|
<html><head>
|
||
|
<title>NSHelpManager</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="NSGraphicsContext.html">[Previous]</a>
|
||
|
<a href="AppKit.html">[Up]</a>
|
||
|
<a href="NSImage.html">[Next]</a>
|
||
|
<h1>NSHelpManager</h1>
|
||
|
<h3>Authors</h3>
|
||
|
<dl>
|
||
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<p>Version: 0.1</p>
|
||
|
<p>Date: 28 February, 2000</p>
|
||
|
<h2><a name="cont-0">NSHelpManager</a></h2>
|
||
|
<h2><a name="NSHelpManager">NSHelpManager</a></h2>
|
||
|
<p><b>Declared in:</b> AppKit/NSHelpManager.h</p>
|
||
|
<p><b>Inherits from:</b> NSObject</p>
|
||
|
<p><b>Conforms to:</b> NSObject
|
||
|
</p>
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="NSHelpManager.html#method-0">+isContextHelpModeActive</a>
|
||
|
<li><a href="NSHelpManager.html#method-1">+setContextHelpModeActive:</a>
|
||
|
<li><a href="NSHelpManager.html#method-2">+sharedHelpManager</a>
|
||
|
<li><a href="NSHelpManager.html#method-3">-contextHelpForObject:</a>
|
||
|
<li><a href="NSHelpManager.html#method-4">-removeContextHelpForObject:</a>
|
||
|
<li><a href="NSHelpManager.html#method-5">-setContextHelp:forObject:</a>
|
||
|
<li><a href="NSHelpManager.html#method-6">-showContextHelpForObject:locationHint:</a>
|
||
|
</ul>
|
||
|
<hr>
|
||
|
<h2><a name="method-0">isContextHelpModeActive</a></h2>
|
||
|
+ (BOOL) <b>isContextHelpModeActive</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-1">setContextHelpModeActive:</a></h2>
|
||
|
+ (void) <b>setContextHelpModeActive:</b> (BOOL)flag<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-2">sharedHelpManager</a></h2>
|
||
|
+ (NSHelpManager*) <b>sharedHelpManager</b><br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-3">contextHelpForObject:</a></h2>
|
||
|
- (NSAttributedString*) <b>contextHelpForObject:</b> (id)object<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-4">removeContextHelpForObject:</a></h2>
|
||
|
- (void) <b>removeContextHelpForObject:</b> (id)object<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-5">setContextHelp:forObject:</a></h2>
|
||
|
- (void) <b>setContextHelp:</b> (NSAttributedString*)help <b>forObject:</b> (id)object<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h2><a name="method-6">showContextHelpForObject:locationHint:</a></h2>
|
||
|
- (BOOL) <b>showContextHelpForObject:</b> (id)object <b>locationHint:</b> (NSPoint)point<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
</body>
|
||
|
|
||
|
</html>
|