]> git.saurik.com Git - wxWidgets.git/commit - src/common/datavcmn.cpp
Add wxDataViewCtrl::{Set,Get}CurrentItem().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Aug 2010 12:53:03 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Aug 2010 12:53:03 +0000 (12:53 +0000)
commit80ce465c64d6f250e26cd69e62671a189302e897
tree99da1738f880f2a1a648a18986d270f779ea2b2e
parent1e1843000400eabbb7d0ba7bf80d5439f53694fd
Add wxDataViewCtrl::{Set,Get}CurrentItem().

Current item is the same as the selected item in single selection mode but in
multiple selection mode there was no way to neither get this item nor change
it before so add the new functions to allow doing this now.

The new methods are implemented for the generic, GTK and OS X/Cocoa versions
but only stubs are provided for OS X/Carbon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
docs/changes.txt
include/wx/dataview.h
include/wx/generic/dataview.h
include/wx/gtk/dataview.h
include/wx/osx/carbon/dataview.h
include/wx/osx/cocoa/dataview.h
include/wx/osx/core/dataview.h
include/wx/osx/dataview.h
interface/wx/dataview.h
samples/dataview/dataview.cpp
src/common/datavcmn.cpp
src/generic/datavgen.cpp
src/gtk/dataview.cpp
src/osx/carbon/dataview.cpp
src/osx/cocoa/dataview.mm
src/osx/dataview_osx.cpp