home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / DragLab / Text_Console.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-08  |  285 b   |  12 lines

  1. #import <appkit/Text.h>
  2.  
  3. // Adds a printf method to all Text instances within an application.
  4.  
  5. // Thanks to Sam Streeper for posting the original version of this stuff to
  6. // the world. 
  7.  
  8. @interface Text(Text_Console);
  9. - (int) printf:(const char *) format, ...;
  10. @end
  11. extern id console;
  12.