ui/src/split/TextVBTClass.i3


Copyright (C) 1994, Digital Equipment Corp.
 File: TextVBTClass.i3, coded by cgn Sun Jun 28 16:13:38 1987 
<*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.