home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / NeoIntroTCL3.0 folder / TCL / NeoBench / Includes / CNeoWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-23  |  432 b   |  19 lines  |  [TEXT/KAHL]

  1. /*****************************************************************
  2.   CNeoWindow.h
  3.  
  4.   Header file for the CNeoWindow class.
  5. *****************************************************************/
  6.  
  7. #define _H_CNeoWindow
  8.  
  9. #include "CWindow.h"
  10.  
  11. class CNeoWindow : public CWindow {
  12.     TCL_DECLARE_CLASS
  13. public:
  14.  
  15.                     CNeoWindow(short WINDid, Boolean aFloating, CDesktop *anEnclosure, CDirector *aSupervisor);
  16.     void            Zoom(short direction);
  17. };
  18.  
  19.