[Gcblue-commits] gcb_wx/include/graphics tcPopupControl.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-09-13 23:49:38
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3651/include/graphics Modified Files: tcPopupControl.h Log Message: Index: tcPopupControl.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcPopupControl.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcPopupControl.h 22 Mar 2006 01:23:29 -0000 1.6 --- tcPopupControl.h 13 Sep 2006 23:49:35 -0000 1.7 *************** *** 68,71 **** --- 68,72 ---- void AttachPythonInterface(tcSimPythonInterface *apIF) {mpPythonInterface = apIF;} virtual void SetBaseRenderBin(int n); + virtual void SetActive(bool abActive); void SetMenu(teMenuMode mode); void SetMenu(); ///< this shouldn't be an override? *************** *** 74,78 **** void OnMouseMove(wxMouseEvent& event); void Draw(); - void UpdateRegions(); void InitMenu(); --- 75,78 ---- *************** *** 95,99 **** wxRect mrectMenuExtent; ! bool mbShowDebug; bool mbRebuildMenu; // set true to rebuild menu before draw --- 95,99 ---- wxRect mrectMenuExtent; ! int drawCount; bool mbShowDebug; bool mbRebuildMenu; // set true to rebuild menu before draw |