diff --git a/docs/changes.txt b/docs/changes.txt index 25d36877e0..e5ff0d7536 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -141,6 +141,7 @@ wxGTK: - Fix the build with glib < 2.32 (e.g. CentOS 6). - Fix field widths in wxStatusBar showing a size grip. - Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events. +- Implement wxDataViewCtrl::GetItemRect() (MrMeesek). wxMSW: diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index a001760b05..06a662722d 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -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;