home *** CD-ROM | disk | FTP | other *** search
- #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