]> git.saurik.com Git - wxWidgets.git/commit
Make wxDataViewCtrl::GetColumnPosition() return the index under MSW as per GTK and...
authorRobert Roebling <robert@roebling.de>
Thu, 10 Jun 2010 11:47:18 +0000 (11:47 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 10 Jun 2010 11:47:18 +0000 (11:47 +0000)
commit5d9e16056107bfbcbcc3e601f473e766f03c8dd7
tree71a14bab000d9ea86f00e05d1fdbcd7f4ad722fe
parentdca0afc73cbd2a278f9d48bf75ef381b11b5aa00
Make wxDataViewCtrl::GetColumnPosition() return the index under MSW as per GTK and the docs (fixes #12129), give immediate visual feedback after calling e.g. wxDataViewColumn::SetHidden(true) under MSW, also per GTK+ and as I'd expect. Make GTK+ control emit header click events also for non-reorderable columns. Add a few tests for wxDataViewColumn::SetHidden() and wxDataViewCtrl::GetColumnPosition()

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