TextVBTClass.i3 · 809 B · ext
.i3 · seen 2× in SWHvia unique-primary
swh:1:cnt:cfce8a258d9943c87af3e0bb2bcab3952736b86b;origin=https://github.com/modula3/cm3;anchor=swh:1:rev:f0e4a5be0778e2e80dd8e2d852ada0bac641abdd;path=/m3-ui/ui/src/split/TextVBTClass.i3
Show source
(* Copyright (C) 1992, Digital Equipment Corporation *)
(* All rights reserved. *)
(* See the file COPYRIGHT for a full description. *)
(* *)
(* File: TextVBTClass.i3, coded by cgn Sun Jun 28 16:13:38 1987 *)
(* Last modified on Mon Feb 24 13:54:53 PST 1992 by muller *)
(* modified on Tue Nov 19 19:12:00 PST 1991 by gnelson *)
(* modified on Wed Sep 11 9:50:53 PDT 1991 by msm *)
<*PRAGMA LL*>
INTERFACE TextVBTClass;
IMPORT TextVBT;
REVEAL TextVBT.T <: T;
TYPE T = TextVBT.Public OBJECT
<* LL >= {SELF} *>
text: TEXT
END;
(* If you modify the "text" field, you must call "VBT.Mark". *)
END TextVBTClass.