ftp.nice.ch/pub/next/graphics/vector/PencilTWO.s.tar.gz#/PencilTWO/Source/MultipleSelection.h

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;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.