[Gcblue-commits] gcb_wx/include/graphics tcEditBox.h,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-05-05 02:14:27
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv722/include/graphics Modified Files: tcEditBox.h Log Message: Index: tcEditBox.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcEditBox.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcEditBox.h 17 Apr 2005 22:34:59 -0000 1.7 --- tcEditBox.h 5 May 2005 02:14:18 -0000 1.8 *************** *** 47,51 **** tcEditBox(tc3DWindow *parent, TiXmlNode *config); ! virtual ~tcEditBox(void); protected: static unsigned ref_count; --- 47,51 ---- tcEditBox(tc3DWindow *parent, TiXmlNode *config); ! virtual ~tcEditBox(); protected: static unsigned ref_count; *************** *** 62,65 **** --- 62,67 ---- long command; bool starText; ///< true to use * for text for password entry + std::string lastBuffer; + unsigned int cursorPosition; |