[Wgui-cvs] wgui/includes wg_frame.h,1.16,1.17
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-11-23 23:06:11
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23873/includes Modified Files: wg_frame.h Log Message: CFrame fixes. Index: wg_frame.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_frame.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** wg_frame.h 3 Jun 2004 19:10:52 -0000 1.16 --- wg_frame.h 23 Nov 2004 23:05:08 -0000 1.17 *************** *** 88,95 **** virtual void SetWindowRect(const CRect& WindowRect); - //! Move the window and any child windows - //! \param MoveDistance The relative distance to move the window - virtual void MoveWindow(const CPoint& MoveDistance); - //! Set the title bar text of the frame //! \param sText The text to assign to the view --- 88,91 ---- |