This is GUI_view.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface GUI_view: View
{
id myGUIObject;
char *name;
int dragging, dragsource;
}
- setTheObject: (id)to;
- setVarName: (char *)myname;
- setDragging:(int)flag;
- setDragSource:(int)flag;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.