This is ODict.h in view mode; [Download] [Up]
#import <appkit/Window.h>
@interface ODict:  Window
{ id browserView;
  id className ;
  id superclassName ;
  id address ;
}
+ initialize ;
+ insertKey: (const char *) aKey value: anObj  ;
+ removeKey: (char *) aKey ;
+ updateBrowserView ;
+ valueForKey: (const char *) aKey  ;
- (int)browser:sender fillMatrix:matrix inColumn:(int)column ;
- browser:sender loadCell:cell atRow:(int)row inColumn:(int)column ;
- browserHit:sender ;
- browserView ;
- clear ;
- remove: sender ;
- makeKeyAndOrderFront: sender ;
- setBrowserView: anObj ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.