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:
@@ -309,8 +309,9 @@ public:
|
|||||||
item is not a container or HasContainerColumns() was overridden to
|
item is not a container or HasContainerColumns() was overridden to
|
||||||
return true for it.
|
return true for it.
|
||||||
|
|
||||||
Override this method to explicitly specify for which columns a given
|
Since wxWidgets 3.1.4, this method is virtual and can be overridden to
|
||||||
item has values.
|
explicitly specify for which columns a given item has, and doesn't
|
||||||
|
have, values.
|
||||||
|
|
||||||
@since 2.9.1
|
@since 2.9.1
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user