Fixed sorting and commiting support for native virtual wxListCtrl, although leaving it off for now since initial creation of the list items takes a fair amount of time when the item amount is significantly large (as in the listctrl demo).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -986,8 +986,8 @@ public :
|
||||
|
||||
virtual wxClientDataType GetClientDataType() const;
|
||||
virtual void SetClientDataType(wxClientDataType clientDataItemsType);
|
||||
virtual ListSortOrder GetSortOrder() const;
|
||||
virtual void SetSortOrder(const ListSortOrder sort);
|
||||
//virtual ListSortOrder GetSortOrder() const;
|
||||
//virtual void SetSortOrder(const ListSortOrder sort);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user