[Wgui-cvs] wgui/includes wg_window.h,1.38,1.39
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-06-29 18:03:48
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11393/includes Modified Files: wg_window.h Log Message: Draw architecture changes. Index: wg_window.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_window.h,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** wg_window.h 25 Jun 2004 19:37:50 -0000 1.38 --- wg_window.h 29 Jun 2004 18:03:40 -0000 1.39 *************** *** 132,140 **** //! Translate the given CRect from view coordinates, to the window's coordinates //! \param Rect A CRect in view coordinates ! virtual CRect ViewToWindow(const CRect& Rect) const; //! Translate the given CPoint from view coordinates, to the window's coordinates //! \param Point A CPoint in view coordinates ! virtual CPoint ViewToWindow(const CPoint& Point) const; //! Set the WindowText of the control --- 132,140 ---- //! Translate the given CRect from view coordinates, to the window's coordinates //! \param Rect A CRect in view coordinates ! virtual CRect ViewToClient(const CRect& Rect) const; //! Translate the given CPoint from view coordinates, to the window's coordinates //! \param Point A CPoint in view coordinates ! virtual CPoint ViewToClient(const CPoint& Point) const; //! Set the WindowText of the control |