This is Text_more.h in view mode; [Download] [Up]
/* Text_more.h * * This category makes dealing with the Text object easier. * See the docu for details. * * Usage: .... * * Written by: Thomas Engel * Created: 30.01.1995 (Copyleft) * Last modified: 30.01.1995 */ #import <appkit/appkit.h> @interface Text(More) - copyTo:aPasteboard; - cutTo:aPasteboard; - pasteFrom:aPasteboard; - (BOOL)hasEmptySelection; @end /* * History: 30.01.95 Buh * * * Bugs: - ... */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.