Title    : DECORATE Example

Overview : Sunken status bar hints and top level menu item hints
           in a TDecoratedFrame window.
           
Keywords : TMessageBar TStatusBar WM_MENUSELECT sunken frame
           TDecoratedFrame OWL 2.x 5.0 hinttext hints

Author   : George Cross, Borland C++ Developer Support

Date     : June 14 1996

Compiler : Borland C++ 5.0, but is valid for OWL 2.x and above

The Decorate example demostrates the following,

   1) how to paint the status bar in a decorated frame
      window to have hints displayed in a sunken frame,
      just like the BC++ IDE.

   2) how to implement a handler for WM_MENUSELECT
      so that hints are displayed as the mouse is
      dragged over the top level menu items in a TDecoratedFrame

