[Previous]
[Up]
[Next]
NSHelpManager
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSHelpManager.h
Inherits from: NSObject
Conforms to: NSObject
+ (BOOL) isContextHelpModeActive
+ (void) setContextHelpModeActive: (BOOL)flag
+ (NSHelpManager*) sharedHelpManager
- (NSAttributedString*) contextHelpForObject: (id)object
- (void) removeContextHelpForObject: (id)object
- (void) setContextHelp: (NSAttributedString*)help forObject: (id)object
- (BOOL) showContextHelpForObject: (id)object locationHint: (NSPoint)point