home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Text / Digest-Browser-1.6 Folder / Views / CDisplayText.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-29  |  513 b   |  25 lines  |  [TEXT/KAHL]

  1. /****
  2.  * CDisplayText.h
  3.  *
  4.  *    A text edit pane for a tiny editor.
  5.  *
  6.  ****/
  7.  
  8.  
  9. #define _H_CDisplayText
  10.  
  11. // JRB change from CEditText to CBrowserEditText
  12. #include "CBrowserEditText.h"
  13.  
  14. struct CDisplayText : CBrowserEditText {
  15.  
  16.                                 /** Contruction/Destruction **/
  17.     void    IDisplayText(CView *anEnclosure, CBureaucrat *aSupervisor,
  18.                 short vLoc, short heigth);
  19.  
  20.     void    DoKeyDown(char theChar, Byte keyCode, EventRecord *macEvent);
  21.  
  22.     void    ProviderChanged( CCollaborator *aProvider, long reason,
  23.                 void* info);
  24. };
  25.