home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Graphics
/
ToyViewer-2.6a
/
src
/
HelpPanelControl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-19
|
206 b
|
17 lines
#import <appkit/appkit.h>
@interface HelpPanelControl:Object
{
id helpPanel;
id helpText;
id bundle;
int curtag;
}
- makeKeyAndOrderFront:sender;
- selectHelp:sender;
- readHelp: (int) helpid;
@end