User interface widgets
\c{
The Tk toolkit offers numerous built-in widgets.
The Tk widgets conform to the look-and-feel
of the OSF/Motif standard.
The hush C++ interface for Tk provides
for each Tk widget a class of the same name
which supports the creation of a widget
and allows the user to access and modify it.
In addition to the standard Tk widgets,
the hush library includes
a number of other widgets, such as a barchart,
hypertext and photo widget (created by other Tk
adepts).
Also, widgets of our own making are offered, such as a filechooser
and MPEG video widget.
}
.so drawtool
.so widget
.so button
.so menu
.so delegation
.so new