home *** CD-ROM | disk | FTP | other *** search
- /* 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: - ...
- */