home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
Palettes
/
PAStringListPalette
/
PAStringListPalette.h
< prev
next >
Wrap
Text File
|
1993-05-12
|
288b
|
23 lines
#import <apps/InterfaceBuilder.h>
@interface PAStringListPalette : IBPalette
{
id stringList;
id stringListView;
id filenameList;
id filenameListView;
}
- finishInstantiate;
@end
@interface IBPalette(associateObject)
- associateObject:object type:(NXAtom)type to:view;
@end