A text gadget is a gadget into which you can type textual information. There are three different classes of text gadget available in DUIM, each of which is a subclass of the <text-gadget> class.
<text-field>This is the most basic type of text gadget: the single line edit control. A text field is a gadget into which you can type a single line of text.
<text-editor>This is the multiple line edit control, and provides a much richer text editing environment that a text field. This class can be use as the basis for any editing tool, from a simple memo facility to a complex text editor.
<password-field> |