[Wgui-cvs] wgui/wgui_ex/includes wgex_tooltip.h,1.1,1.2
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-07-16 16:41:51
|
Update of /cvsroot/wgui/wgui/wgui_ex/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18181/wgui_ex/includes Modified Files: wgex_tooltip.h Log Message: Draw architecture changes. Index: wgex_tooltip.h =================================================================== RCS file: /cvsroot/wgui/wgui/wgui_ex/includes/wgex_tooltip.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wgex_tooltip.h 6 Nov 2003 17:45:24 -0000 1.1 --- wgex_tooltip.h 16 Jul 2004 16:41:36 -0000 1.2 *************** *** 48,56 **** //! \param sText The label text //! \param FontColor The color of the tooltip text ! //! \param BGColor The color of the tooltip's background //! \param pFontEngine A pointer to the font engine to use when drawing the tooltip //! If this is left out (or set to 0) it will use the default font engine specified by the CApplication (which must be set before instantiating this object) CShadeToolTip(CWindow* pToolWindow, std::string sText, ! CRGBColor& FontColor = COLOR_WHITE, CRGBColor& BGColor = COLOR_RED, CFontEngine* pFontEngine = 0); //! Standard destructor --- 48,56 ---- //! \param sText The label text //! \param FontColor The color of the tooltip text ! //! \param BackgroundColor The color of the tooltip's background //! \param pFontEngine A pointer to the font engine to use when drawing the tooltip //! If this is left out (or set to 0) it will use the default font engine specified by the CApplication (which must be set before instantiating this object) CShadeToolTip(CWindow* pToolWindow, std::string sText, ! CRGBColor& FontColor = COLOR_WHITE, CRGBColor& BackgroundColor = COLOR_RED, CFontEngine* pFontEngine = 0); //! Standard destructor |