home *** CD-ROM | disk | FTP | other *** search
- // Zinc Interface Library - G_WINDOW.CPP
- // COPYRIGHT (C) 1990, 1991. All Rights Reserved.
- // Zinc Software Incorporated. Pleasant Grove, Utah USA
-
- #include "ui_win.hpp"
- #include <stdlib.h>
- #include <string.h>
-
- UI_EVENT_MAP *UI_WINDOW_OBJECT::eventMapTable = _eventMapTable;
- char *UI_WINDOW_OBJECT::pasteBuffer = NULL;
- int UI_WINDOW_OBJECT::pasteLength = 0;
- USHORT UI_WINDOW_OBJECT::repeatRate = 12;
-
- UI_EVENT_MAP *UI_WINDOW_MANAGER::eventMapTable = _eventMapTable;
- SCREENID UI_WINDOW_MANAGER::screenID = NULL;
-
-
-