]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/dataview.h
Add wxDataViewCtrl::GTKPathToItem() function and use it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:37 +0000 (11:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:37 +0000 (11:37 +0000)
commit17d98558b35b75e3cad68d96841b4fa5a0c7e6ee
treedda31b0134ec742850ae2c6b8c4cdd0386487d15
parent91012d561dbec05c710384645e002bd6cc6eb991
Add wxDataViewCtrl::GTKPathToItem() function and use it.

No real changes, just refactor the code to use a function mapping GtkTreeIter
to our wxDataViewItem and use it instead of duplicating its code everywhere.

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