[Gcblue-commits] gcb_wx/include/graphics tcButton.h,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-03 03:51:20
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1:/tmp/cvs-serv28745/include/graphics Modified Files: tcButton.h Log Message: Index: tcButton.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcButton.h 3 Jan 2004 00:45:12 -0000 1.1 --- tcButton.h 3 Jan 2004 03:51:16 -0000 1.2 *************** *** 61,67 **** int soundEffect; float fontSize; ! Gdiplus::Pen *pen; ! Gdiplus::SolidBrush *brush; ! Gdiplus::Font *font; virtual void OnEnterWindow(wxMouseEvent& event); --- 61,68 ---- int soundEffect; float fontSize; ! static Gdiplus::Pen *pen; ! static Gdiplus::SolidBrush *brush; ! static Gdiplus::Font *font; ! static unsigned ref_count; virtual void OnEnterWindow(wxMouseEvent& event); |