]> git.saurik.com Git - wxWidgets.git/commit
Use string column identifiers with NSTableColumns in wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Dec 2011 21:08:17 +0000 (21:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Dec 2011 21:08:17 +0000 (21:08 +0000)
commitfc672a2aba52bee363e606707ce0e1848cfec79b
treed024459b4e528ac2c7c7e8af1881ee17eef52047
parentd86b82bb2c905bdcd7fe0f95c1279d7050df5494
Use string column identifiers with NSTableColumns in wxDataViewCtrl.

Starting with OS X 10.7 the column identifiers used in NSOutlineView must be
of type NSString, so convert the code to use string identifiers instead of
wxPointerObject.

Closes #13661.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/dataview.mm