Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxTextCtrlBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 05:01:14 +0000 (05:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 05:01:14 +0000 (05:01 +0000)
commitb7421ab62574f7de584b2edf1270753277353371
tree8586378dcb7cd0c425bb4dcc685e586ac47cee50
parent9f38fe4bfc3e9dd7d2acaf294d15106490543c6b
Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxTextCtrlBase.

This commit doesn't introduce any changes in the control behaviour, it simply
moves the existing method to the base class because it is not MSW-specific.

Also implement wxTextCtrlBase::GetClassDefaultAttributes() because if a class
implements GetDefaultAttributes() it should implement it as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/textctrl.h
include/wx/textctrl.h
src/msw/textctrl.cpp