[Gcblue-commits] gcb_wx/include/graphics tcwindow.h,1.13,1.14 tcrendersurface.h,1.2,NONE
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-20 03:02:55
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1:/tmp/cvs-serv12457/include/graphics Modified Files: tcwindow.h Removed Files: tcrendersurface.h Log Message: Index: tcwindow.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcwindow.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tcwindow.h 3 Jan 2004 00:45:12 -0000 1.13 --- tcwindow.h 20 Jan 2004 03:02:52 -0000 1.14 *************** *** 124,127 **** --- 124,128 ---- void OnPaint(wxPaintEvent& event); virtual void OnRButtonDown(wxMouseEvent& event); + virtual void OnShow(wxShowEvent& event); virtual void OnSize(wxSizeEvent& event); void SkipMouseEvent(wxMouseEvent& event); ///< adjusts position to parent frame --- tcrendersurface.h DELETED --- |