<* PRAGMA LL *> <* PRAGMA SUBTYPE *>An
AnchorHelpSplit
is a multi-split version of AnchorHelpVBT
.
The first child is the {\em anchor} that is displayed (such
as a text string or an icon). The second child is the {\em
help window} that is displayed when the anchor is activated. Attempts
to give an anchor-split more than two children cause the extra
children to be lost.
INTERFACEThe callAnchorHelpSplit ; IMPORT AnchorHelpVBT, VBT; TYPE <* SUBTYPE T <: MultiSplit.T *> T <: Public; Public = AnchorHelpVBT.T OBJECT METHODS <* LL <= VBT.mu *> init (ch : VBT.T; help : VBT.T; n : CARDINAL := 0; hfudge := 0.0; vfudge := 1.0 ): T; END;
v.init(...)
initializes v
as an AnchorHelpSplit
.
The parameters, n
, hfudge
, and vfudge
are the same as in
AnchorHelpVBT
.
END AnchorHelpSplit.