home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Misc / ClipNotes.1.0 / Source / Text_more.h < prev    next >
Encoding:
Text File  |  1995-01-30  |  446 b   |  30 lines

  1. /* Text_more.h                 
  2.  *
  3.  * This category makes dealing with the Text object easier. 
  4.  * See the docu for details.
  5.  *
  6.  * Usage: ....
  7.  *
  8.  * Written by:         Thomas Engel
  9.  * Created:            30.01.1995 (Copyleft)
  10.  * Last modified:     30.01.1995
  11.  */
  12.  
  13. #import <appkit/appkit.h>
  14.  
  15. @interface Text(More)
  16.  
  17. - copyTo:aPasteboard;
  18. - cutTo:aPasteboard;
  19. - pasteFrom:aPasteboard;
  20.  
  21. - (BOOL)hasEmptySelection;
  22.  
  23. @end
  24.  
  25. /*
  26.  * History: 30.01.95 Buh
  27.  *            
  28.  *
  29.  * Bugs: - ...
  30.  */