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:
@@ -141,6 +141,7 @@ wxGTK:
|
|||||||
- Fix the build with glib < 2.32 (e.g. CentOS 6).
|
- Fix the build with glib < 2.32 (e.g. CentOS 6).
|
||||||
- Fix field widths in wxStatusBar showing a size grip.
|
- Fix field widths in wxStatusBar showing a size grip.
|
||||||
- Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events.
|
- Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events.
|
||||||
|
- Implement wxDataViewCtrl::GetItemRect() (MrMeesek).
|
||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
|
@@ -1461,8 +1461,6 @@ public:
|
|||||||
If non-@NULL, the rectangle returned corresponds to the
|
If non-@NULL, the rectangle returned corresponds to the
|
||||||
intersection of the item with the specified column. If @NULL, the
|
intersection of the item with the specified column. If @NULL, the
|
||||||
rectangle spans all the columns.
|
rectangle spans all the columns.
|
||||||
|
|
||||||
@note This method is currently not implemented in wxGTK.
|
|
||||||
*/
|
*/
|
||||||
virtual wxRect GetItemRect(const wxDataViewItem& item,
|
virtual wxRect GetItemRect(const wxDataViewItem& item,
|
||||||
const wxDataViewColumn* col = NULL) const;
|
const wxDataViewColumn* col = NULL) const;
|
||||||
|
Reference in New Issue
Block a user