[Gcblue-commits] gcb_wx/include/graphics tcConsoleBox.h,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-05-09 20:41:00
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1643/include/graphics Modified Files: tcConsoleBox.h Log Message: Index: tcConsoleBox.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcConsoleBox.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcConsoleBox.h 11 Apr 2004 21:18:45 -0000 1.3 --- tcConsoleBox.h 9 May 2004 20:40:20 -0000 1.4 *************** *** 1,5 **** /** @file tcConsoleBox.h */ /* ! ** Copyright (C) 2004 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcConsoleBox.h */ /* ! ** Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. *************** *** 71,75 **** void UpdateCursor(); ! tcConsoleBox(tcWindow *parent, TiXmlNode *config); virtual ~tcConsoleBox(); protected: --- 71,75 ---- void UpdateCursor(); ! tcConsoleBox(tcWindow* parent, TiXmlNode* config); ///< for shared surface console box virtual ~tcConsoleBox(); protected: *************** *** 84,87 **** --- 84,88 ---- Gdiplus::Font *mpFont; + void InitFromXml(TiXmlNode* config); void InitGdi(float afFontSize, UINT32 anColor); }; |