This is TestBed.h in view mode; [Download] [Up]
/* MiscTreeBrowserController.h
*
*/
#import <objc/Object.h>
#import <objc/List.h>
@interface MiscTreeBrowserController:Object
{
List *nodes;
int nodeC; /* count of how many nodes we've added */
id textf; /* a textfield to input node names */
id treeBrowser; /* the scrollview that displays fooObjects */
// id cellMatrix; /* the matrix contained in the scrollview */
}
- init;
- free;
- appDidInit:sender;
- addChild:sender;
- addSibling:sender;
- deleteSelected:sender;
- (char *)getString:(char *)defstr;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.