Virtualize StartEditor and add implementations for the ports that can do it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1095,6 +1095,14 @@ public:
|
||||
*/
|
||||
virtual void SetSelections(const wxDataViewItemArray& sel);
|
||||
|
||||
/**
|
||||
Programmatically starts editing the given item on the given column.
|
||||
Currently not implemented on wxOSX Carbon.
|
||||
@since 2.9.2
|
||||
*/
|
||||
|
||||
virtual void StartEditor(const wxDataViewItem & item, unsigned int column);
|
||||
|
||||
/**
|
||||
Unselect the given item.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user