Up
Authors
- Scott Christley(
scottc@net-community.com
)
-
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSHelpPanel.h
- Conforms to:
- NSCoding
Standards:
- NotMacOS-X
- GNUstep
- OpenStep
Description forthcoming.
Method summary
+ (void) attachHelpFile: (NSString*)filename markerName: (NSString*)markerName to: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
+ (void) detachHelpFrom: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
+ (void) setHelpDirectory: (NSString*)helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
+ (NSHelpPanel*) sharedHelpPanel;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
+ (NSHelpPanel*) sharedHelpPanelWithDirectory: (NSString*)helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (void) addSupplement: (NSString*)helpDirectory inPath: (NSString*)supplementPath;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (NSString*) helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (NSString*) helpFile;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (void) print: (id)sender;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (void) showFile: (NSString*)filename atMarker: (NSString*)markerName;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
- (BOOL) showHelpAttachedTo: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep
Description forthcoming.
Up