rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix to avoid conflicts with the classes with the same names in wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-22 03:15:56 +00:00
parent 8907a7e2c0
commit 405f0fef4b
2 changed files with 21 additions and 21 deletions

View File

@@ -25,7 +25,7 @@
class WXDLLIMPEXP_FWD_CORE wxSpinButton;
class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
class wxSpinCtrlText; // wxTextCtrl used for the wxSpinCtrlGenericBase
class wxSpinCtrlTextGeneric; // wxTextCtrl used for the wxSpinCtrlGenericBase
// The !wxUSE_SPINBTN version's GetValue() function conflicts with the
// wxTextCtrl's GetValue() and so you have to input a dummy int value.
@@ -91,7 +91,7 @@ public:
void OnTextEnter(wxCommandEvent& event);
void OnTextChar(wxKeyEvent& event);
friend class wxSpinCtrlText;
friend class wxSpinCtrlTextGeneric;
protected:
// override the base class virtuals involved into geometry calculations