mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
merge in themes branch to keep in sync
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8e6566831
commit
c033d17a2d
13 changed files with 1446 additions and 372 deletions
|
@ -48,43 +48,43 @@
|
|||
//
|
||||
// Accessing the Help Panel
|
||||
//
|
||||
+ (NSHelpPanel *)sharedHelpPanel;
|
||||
+ (NSHelpPanel *)sharedHelpPanelWithDirectory:(NSString *)helpDirectory;
|
||||
+ (NSHelpPanel *) sharedHelpPanel;
|
||||
+ (NSHelpPanel *) sharedHelpPanelWithDirectory: (NSString *)helpDirectory;
|
||||
|
||||
//
|
||||
// Managing the Contents
|
||||
//
|
||||
+ (void)setHelpDirectory:(NSString *)helpDirectory;
|
||||
- (void)addSupplement:(NSString *)helpDirectory
|
||||
inPath:(NSString *)supplementPath;
|
||||
- (NSString *)helpDirectory;
|
||||
- (NSString *)helpFile;
|
||||
+ (void) setHelpDirectory: (NSString *)helpDirectory;
|
||||
- (void) addSupplement: (NSString *)helpDirectory
|
||||
inPath: (NSString *)supplementPath;
|
||||
- (NSString *) helpDirectory;
|
||||
- (NSString *) helpFile;
|
||||
|
||||
//
|
||||
// Attaching Help to Objects
|
||||
//
|
||||
+ (void)attachHelpFile:(NSString *)filename
|
||||
markerName:(NSString *)markerName
|
||||
to:(id)anObject;
|
||||
+ (void)detachHelpFrom:(id)anObject;
|
||||
+ (void) attachHelpFile: (NSString *)filename
|
||||
markerName: (NSString *)markerName
|
||||
to: (id)anObject;
|
||||
+ (void) detachHelpFrom: (id)anObject;
|
||||
|
||||
//
|
||||
// Showing Help
|
||||
//
|
||||
- (void)showFile:(NSString *)filename
|
||||
atMarker:(NSString *)markerName;
|
||||
- (BOOL)showHelpAttachedTo:(id)anObject;
|
||||
- (void) showFile: (NSString *)filename
|
||||
atMarker: (NSString *)markerName;
|
||||
- (BOOL) showHelpAttachedTo: (id)anObject;
|
||||
|
||||
//
|
||||
// Printing
|
||||
//
|
||||
- (void)print:(id)sender;
|
||||
- (void) print: (id)sender;
|
||||
|
||||
//
|
||||
// NSCoding protocol
|
||||
//
|
||||
- (void)encodeWithCoder: (NSCoder *)aCoder;
|
||||
- initWithCoder: (NSCoder *)aDecoder;
|
||||
- (void) encodeWithCoder: (NSCoder *)aCoder;
|
||||
- (id) initWithCoder: (NSCoder *)aDecoder;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue