Popup::LongText — Show a long text that might need scrolling.
Import Popup;
void
Popup::LongText
( | string | headline , |
term | richtext , | |
integer | hdim , | |
integer | vdim
) ; |
short headline
text input is `Richtext()
initial horizontal dimension of the popup
initial vertical dimension of the popup
Pass a RichText widget with the parameters appropriate for your text - i.e. without special parameters for HTML-like text or with `opt(`plainText) for plain ASCII text without HTML tags.