# Create a top-level window containing a listbox with a bunch of
# well-known sayings. The listbox can be scrolled or scanned in
# two dimensions.
my($demo) = @_;
$TOP = $MW->WidgetDemo(
-name => $demo,
-text => 'The listbox below contains a collection of well-known sayings. You can scan the list using either of the scrollbars or by dragging in the listbox window with button 2 pressed.',