This is MultipleSelection.h in view mode; [Download] [Up]
#import "PencilGraphic.h"
@interface MultipleSelection:PencilGraphic
{
id slist;
}
- initWithGraphic:(id)graphic;
- addToSelection:(id)graphic posFromEnd:(int)pos;
- toFrontIn:(id)list;
- toBackIn:(id)list;
- deleteThemIn:(id)list;
- (BOOL)partOfSelection:(id)graphic;
- addElementsTo:(id)list;
- moveElementsFrom:(id)list1 to:(id)list2;
- slist;
- initEmpty;
- freeOrig;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.