Add missing DeleteAllColumns

This commit is contained in:
Robin Dunn
2017-08-29 17:55:11 -07:00
parent 85ed13be75
commit ce8d795013

View File

@@ -368,6 +368,13 @@ public:
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListCtrlNameStr);
/**
Delete all columns in the list control.
@return @true if all columns were successfully deleted, @false otherwise.
*/
bool DeleteAllColumns();
/**
Deletes all items in the list control.