Move wxControl::GetCompositeControlsDefaultAttributes() from MSW to common.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 16:43:06 +0000 (16:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 16:43:06 +0000 (16:43 +0000)
commit0534259ab803b0edd8692e966947b202cd9e10c0
tree4c162b44b9af2d89e8b53a1148e48cfa975d7ea2
parent7fc1b0c7ca306b37779b9238dc992e310dded381
Move wxControl::GetCompositeControlsDefaultAttributes() from MSW to common.

This function is not MSW-specific and should be used in generic implementation
of controls such as wxListCtrl, wxTreeCtrl and wxDataViewCtrl. Even if it is
needed by MSW only now, move it to the common code to avoid #ifdefs in these
controls code.

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