]> git.saurik.com Git - wxWidgets.git/commit
Don't show anything in the cells which should be empty in Cocoa wxDVC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 01:03:36 +0000 (01:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 01:03:36 +0000 (01:03 +0000)
commiteda34276d67de1578a3ed3d727b595b1858a8547
tree498677f06603ae419203b99b7c27db952a36205b
parentb372f20e7ed8d5477b0b4ffa1449f86b29fa3c5b
Don't show anything in the cells which should be empty in Cocoa wxDVC.

Implement a custom NSTableColumn-derived class to return nil for the cells
which shouldn't show anything at all because they are part of a container row.

This finally fixes the totally wrong display of the first page of the dataview
sample under OS X.

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