NSHelpManager
Authors
- Pedro Ivo Andrade Tavares(
ptavares@iname.com
)
-
NSHelpManager is the class responsible for managing
context help for the application, and its mapping to the
graphic elements.
Copyright: (C) 1999 Free Software Foundation, Inc.
Software documentation for the NSHelpManager class
Declared: AppKit/NSHelpManager.h
isContextHelpModeActive
+ (BOOL) isContextHelpModeActive;
setContextHelpModeActive:
+ (void) setContextHelpModeActive: (BOOL)flag;
sharedHelpManager
+ (NSHelpManager*) sharedHelpManager;
contextHelpForObject:
- (NSAttributedString*) contextHelpForObject: (id)object;
removeContextHelpForObject:
- (void) removeContextHelpForObject: (id)object;
setContextHelp:withObject:
- (void) setContextHelp: (NSAttributedString*)help withObject: (id)object;
showContextHelpForObject:locationHint:
- (BOOL) showContextHelpForObject: (id)object locationHint: (NSPoint)point;
Software documentation for the
NSApplication(NSHelpManager)
category
Declared: AppKit/NSHelpManager.h
activateContextHelpMode:
- (void) activateContextHelpMode: (id)sender;
showHelp:
- (void) showHelp: (id)sender;
Software documentation for the NSBundle(NSHelpManager)
category
Declared: AppKit/NSHelpManager.h
contextHelpForKey:
- (NSAttributedString*) contextHelpForKey: (NSString*)key;