]> git.saurik.com Git - wxWidgets.git/commit
Remove selection methods taking int from generic wxDataViewCtrl.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 8 Aug 2011 10:11:04 +0000 (10:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 8 Aug 2011 10:11:04 +0000 (10:11 +0000)
commit04675edfb19c0895d4a719431f79e11ef62ffb1d
tree0dfc1add11f367efa8ad4128791ec689a567dadf
parentddae52629c7114da46bc6ac53874593d8eb965bd
Remove selection methods taking int from generic wxDataViewCtrl.

Current public API uses wxDataViewItem, this code dated back to 2.8.
They were now protected instead of public, the code wasn't used
anywhere and wasn't portable, it existed only in the generic version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dataview.h
src/generic/datavgen.cpp