Document that wxDataViewCtrl::GetItemRect() now works in wxGTK

Remove the note about it being non-implemented from the docs and mention
this in the change log.
This commit is contained in:
Vadim Zeitlin
2018-11-04 18:37:54 +01:00
parent bf97715972
commit 1256695d46
2 changed files with 1 additions and 2 deletions

View File

@@ -1461,8 +1461,6 @@ public:
If non-@NULL, the rectangle returned corresponds to the
intersection of the item with the specified column. If @NULL, the
rectangle spans all the columns.
@note This method is currently not implemented in wxGTK.
*/
virtual wxRect GetItemRect(const wxDataViewItem& item,
const wxDataViewColumn* col = NULL) const;