ui/src/winvbt/WinScreenType.i3


Copyright (C) 1994, Digital Equipment Corp.
Digital Internal Use Only
                                                                           
       Created on Tue Jan 17 11:20:23 PST 1995 by najork                   

INTERFACE WinScreenType;

IMPORT Rect, VBT, WinTrestle;

TYPE
  T <: Public;
  Public = VBT.ScreenType OBJECT
    trsl: WinTrestle.T;
    (* Remaining fields protected by the .trsl field. *)
    rootDom: Rect.T;
  END;

PROCEDURE New(trsl: WinTrestle.T): T;
Create a screentype for trsl. LL <= VBT.mu.

END WinScreenType.