home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / ScrollView / MyObject.h < prev    next >
Encoding:
Text File  |  1992-12-19  |  1.2 KB  |  48 lines

  1.  
  2. /*     Generated by Interface Builder 
  3. **    You may freely copy, distribute and reuse the code in this example.
  4. **    Eric Tremblay disclaims any warranty of any kind, expressed or implied, as to
  5. **    its fitness for any particular use.
  6. **    July 26, 1992
  7. */
  8.  
  9. #import <objc/Object.h>
  10.  
  11. @interface MyObject:Object
  12. {
  13.     id    theTextLength; /* The display panel of the TextLength box */
  14.     id theByteLength; /* The display panel of the ByteLength box */
  15.     id    MyScrollView; /* THE  SCROLLVIEW */
  16.     id document; /* document id variable */
  17.     id setTextInput; /* The input panel for replace all the text box */
  18.     id appendTextInput; /* The input panel for append text at the end */
  19.     id TheWindow; /* The window itself */
  20. }
  21.  
  22. /* METHODS */
  23. - textLengthTest:sender;
  24. - selectTextTest:sender;
  25. - byteLengthTest:sender;
  26. - setTextTest:sender;
  27. - appendTextTest:sender;
  28. - checkSpellingTest:sender;
  29.  
  30.  
  31. /* Change the background color */
  32. - backWhite:sender;
  33. - backBlack:sender;
  34. - backLgray:sender;
  35. - backDgray:sender;
  36.  
  37. /* Change the color of the text */
  38. - textWhite:sender;
  39. - textBlack:sender;
  40. - textLgray:sender;
  41. - textDgray:sender;
  42.  
  43. /* Print */
  44. - PrintScroll:sender;
  45. - PrintWindow:sender;
  46.  
  47. @end
  48.