Skip to content

Commit

Permalink
Add a changelog entry for the DVM.HasValue change.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Jun 17, 2020
1 parent ab1ad6d commit e10edf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,13 @@ New and improved in this release:
can be used even on the platforms that have a native version. Note that due to
internal changes to support both types of animations, some API changes in how
the Animation objects are created. See the AnimationCtrl.py sample in the demo
for the various usage patterns (#1579)
for the various usage patterns. (#1579)

* DataViewModel.HasValue can be overridden and will inform the DataViewCtrl
whether or not an item and column has data. If HasValue returns False, then
GetValue for that item/col will not be called. This allows a distinction
between a truely empty cell, and one that has a value even if it is an empty
string. (#1600)

* Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and
wx.grid.GridBlockDiffResult classes, as well as associated new methods in the
Expand Down

0 comments on commit e10edf0

Please sign in to comment.