Basic hypertext functionality


introduction, concepts, components, examples, patterns, experience, conclusions, references
One of the components extending the hush widget library is a hypertext widget offering basic hypertext functionality by allowing the programmer to embed (Tcl) script code in plain text. A hypertext widget, as any other widget of the hush widget library, can be created from an absolute path name (as in Tk) or, relative to a parent widget, with a path extending the path of the parent widget. The hypertext widget allows for a number of configuration commands, for setting font size, background, foreground and the like.
introduction, concepts, components, examples, patterns, experience, conclusions, references