]> git.saurik.com Git - wxWidgets.git/commit
Added initial OS X implementation of the wxDataViewCtrl
authorRobert Roebling <robert@roebling.de>
Wed, 6 Jun 2007 23:40:24 +0000 (23:40 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 6 Jun 2007 23:40:24 +0000 (23:40 +0000)
commitc0a66d92372d38600f2b993a541f5788064fba2d
tree6f9d01b65906cb18474ed0ccc4f2e6a3428ce781
parentaec1621e4f820a9c9d394f9a711c691ab601ceda
  Added initial OS X implementation of the wxDataViewCtrl
   in its current tabular form.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
include/wx/mac/carbon/databrow.h [new file with mode: 0644]
include/wx/mac/carbon/dataview.h [new file with mode: 0644]
include/wx/mac/dataview.h [new file with mode: 0644]
src/common/datavcmn.cpp
src/mac/carbon/databrow.cpp [new file with mode: 0644]
src/mac/carbon/dataview.cpp [new file with mode: 0644]