[Wgui-cvs] wgui/includes wg_menu.h,1.34,1.35
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-07-09 16:46:52
|
Update of /cvsroot/wgui/wgui/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7946/includes Modified Files: wg_menu.h Log Message: Draw architecture changes. Index: wg_menu.h =================================================================== RCS file: /cvsroot/wgui/wgui/includes/wg_menu.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** wg_menu.h 8 Jul 2004 21:42:50 -0000 1.34 --- wg_menu.h 9 Jul 2004 16:46:40 -0000 1.35 *************** *** 270,274 **** //! Check to see where it will fit, then show the popup menu //! \param ParentRect A CRect that defines the dimensions of the item that is spawning the popup ! //! \param BoundingRect A CRect that defines the boundaries the popup has to fit in virtual void ShowActivePopup(const CRect& ParentRect, const CRect& BoundingRect); --- 270,274 ---- //! Check to see where it will fit, then show the popup menu //! \param ParentRect A CRect that defines the dimensions of the item that is spawning the popup ! //! \param BoundingRect A CRect that defines the boundaries the popup has to fit in, this is in view coordinates virtual void ShowActivePopup(const CRect& ParentRect, const CRect& BoundingRect); |