home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0040 - 0049 / ibm0040-0049 / ibm0040.tar / ibm0040 / ZINC_6.ZIP / DOSSRC.ZIP / G_WINDOW.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-01  |  525 b   |  18 lines

  1. //    Zinc Interface Library - G_WINDOW.CPP
  2. //    COPYRIGHT (C) 1990, 1991.  All Rights Reserved.
  3. //    Zinc Software Incorporated.  Pleasant Grove, Utah  USA
  4.  
  5. #include "ui_win.hpp"
  6. #include <stdlib.h>
  7. #include <string.h>
  8.  
  9. UI_EVENT_MAP *UI_WINDOW_OBJECT::eventMapTable = _eventMapTable;
  10. char *UI_WINDOW_OBJECT::pasteBuffer = NULL;
  11. int UI_WINDOW_OBJECT::pasteLength = 0;
  12. USHORT UI_WINDOW_OBJECT::repeatRate = 12;
  13.  
  14. UI_EVENT_MAP *UI_WINDOW_MANAGER::eventMapTable = _eventMapTable;
  15. int UI_WINDOW_MANAGER::screenID = 1;
  16.  
  17.  
  18.