Add wxListCtrlBase common base class for port-specific wxListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:34 +0000 (15:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:34 +0000 (15:09 +0000)
commit26df5dd39a8c09397b19cd98ea51600af5a1dea4
tree8650e707331800fededda793802658e5879283f2
parent3b2f80c205c590fa4f28fcad3f98e1bb647cac72
Add wxListCtrlBase common base class for port-specific wxListCtrl.

This base class is currently trivial, more methods will be moved to it from
the derived classes later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/listctrl.h
include/wx/listbase.h
include/wx/msw/listctrl.h
include/wx/osx/listctrl.h
src/generic/listctrl.cpp
src/msw/listctrl.cpp
src/osx/carbon/listctrl_mac.cpp