/////////////////////////////////////////////////////////////////////////////// // $Id: misc.hxx,v 1.1 1995/01/08 06:53:02 bmott Exp $ /////////////////////////////////////////////////////////////////////////////// // // misc.hxx - Various support routines for the widgets to use // // // Bradford W. Mott // Copyright (C) 1994 // December 11,1994 // /////////////////////////////////////////////////////////////////////////////// // $Log: misc.hxx,v $ // Revision 1.1 1995/01/08 06:53:02 bmott // Initial revision // /////////////////////////////////////////////////////////////////////////////// class BasicWidget; enum BorderStyle {Sunken, Raised, Flat}; // Draw a 3D border around the widget! void Draw3DBorder(BasicWidget* widget, int borderWidth, BorderStyle style);