HelpDialog

The HelpDialog is a Dialog that displays a Help entry with a Text widget inside
a ScrolledWindow. When you are finished reading the text, dismiss the Dialog 
with a click on the button at the bottom of the HelpDialog. The HelpDialog is 
modeless, so you can leave the Dialog popped up and still interact with other
windows on your display. For more general information on Help, refer to the
Help on Help, the first option on the Help PullDownMenu.

If the Help entry spans beyond the boundaries of the window, use the ScrollBars
to move through the text or resize the HelpDialog's window. Note that since all
Help entries utilize the same physical HelpDialog, once you change the size of
the window, it remains that way until you change its size again. Next time you
ask for Help, the Dialog will be the same size (and in the same position) as 
when you last dismissed it.

See also: Dialog, PushButton, ScrollBar, ScrollBarArrow, ScrollBarColumn, 
          ScrollBarTrough, ScrolledWindow, Text
