mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:30:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
110 lines
2.8 KiB
HTML
110 lines
2.8 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSHelpManager</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSHelpManager</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Pedro Ivo Andrade Tavares(<a href="mailto:ptavares@iname.com"><code>
|
|
ptavares@iname.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
NSHelpManager is the class responsible for managing
|
|
context help for the application, and its mapping to the
|
|
graphic elements.
|
|
</blockquote>
|
|
<p>Copyright: (C) 1999 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSHelpManager class
|
|
</h1>
|
|
<h2><a name="class$NSHelpManager">NSHelpManager</a> : NSObject</h2>
|
|
Declared: AppKit/NSHelpManager.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>isContextHelpModeActive</a></h3>
|
|
+ (BOOL) <b>isContextHelpModeActive</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setContextHelpModeActive:</a></h3>
|
|
+ (void) <b>setContextHelpModeActive:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>sharedHelpManager</a></h3>
|
|
+ (<a href="#class$NSHelpManager">NSHelpManager</a>*) <b>sharedHelpManager</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>contextHelpForObject:</a></h3>
|
|
- (NSAttributedString*) <b>contextHelpForObject:</b> (id)object;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>removeContextHelpForObject:</a></h3>
|
|
- (void) <b>removeContextHelpForObject:</b> (id)object;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setContextHelp:withObject:</a></h3>
|
|
- (void) <b>setContextHelp:</b> (NSAttributedString*)help<b> withObject:</b> (id)object;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>showContextHelpForObject:locationHint:</a></h3>
|
|
- (BOOL) <b>showContextHelpForObject:</b> (id)object<b> locationHint:</b> (NSPoint)point;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the
|
|
NSApplication(NSHelpManager)
|
|
category
|
|
</h1>
|
|
<h2><a href="NSApplication.html#class$NSApplication">NSApplication</a>(<a name="category$NSApplication(NSHelpManager)">NSHelpManager</a>)</h2>
|
|
Declared: AppKit/NSHelpManager.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>activateContextHelpMode:</a></h3>
|
|
- (void) <b>activateContextHelpMode:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>showHelp:</a></h3>
|
|
- (void) <b>showHelp:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h1>
|
|
Software documentation for the NSBundle(NSHelpManager)
|
|
category
|
|
</h1>
|
|
<h2>NSBundle(<a name="category$NSBundle(NSHelpManager)">NSHelpManager</a>)</h2>
|
|
Declared: AppKit/NSHelpManager.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>contextHelpForKey:</a></h3>
|
|
- (NSAttributedString*) <b>contextHelpForKey:</b> (NSString*)key;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|