Up

NSHelpPanel

Authors

Scott Christley( scottc@net-community.com )

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSHelpPanel class

Software documentation for the NSHelpPanel class

NSHelpPanel : NSPanel

Declared in:
AppKit/NSHelpPanel.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

attachHelpFile:markerName:to:

+ (void) attachHelpFile: (NSString*)filename markerName: (NSString*)markerName to: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


detachHelpFrom:

+ (void) detachHelpFrom: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


setHelpDirectory:

+ (void) setHelpDirectory: (NSString*)helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


sharedHelpPanel

+ (NSHelpPanel*) sharedHelpPanel;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


sharedHelpPanelWithDirectory:

+ (NSHelpPanel*) sharedHelpPanelWithDirectory: (NSString*)helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


addSupplement:inPath:

- (void) addSupplement: (NSString*)helpDirectory inPath: (NSString*)supplementPath;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


helpDirectory

- (NSString*) helpDirectory;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


helpFile

- (NSString*) helpFile;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


print:

- (void) print: (id)sender;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


showFile:atMarker:

- (void) showFile: (NSString*)filename atMarker: (NSString*)markerName;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.


showHelpAttachedTo:

- (BOOL) showHelpAttachedTo: (id)anObject;
Standards: NotMacOS-X, GNUstep, OpenStep

Description forthcoming.



Up