<* PRAGMA LL *>All components (forms/frames/widgets) in
NodeVBT
are instances
of NodeVBT
INTERFACEClickable ; IMPORT NodeVBT; TYPE ButtonNode <: NodeVBT.Widget; BooleanNode <: NodeVBT.Widget; ChoiceNode <: NodeVBT.Widget; PROCEDURE Initialize(); END Clickable.