Mention that wxDataViewModel::HasValue() became virtual in 3.1.4

This method existed since earlier versions, but couldn't be overridden
until now.
This commit is contained in:
Vadim Zeitlin
2020-04-17 23:24:54 +02:00
parent 429d9d8dfc
commit 1fa1aa5937

View File

@@ -309,8 +309,9 @@ public:
item is not a container or HasContainerColumns() was overridden to
return true for it.
Override this method to explicitly specify for which columns a given
item has values.
Since wxWidgets 3.1.4, this method is virtual and can be overridden to
explicitly specify for which columns a given item has, and doesn't
have, values.
@since 2.9.1
*/