Add missing DeleteAllColumns
This commit is contained in:
@@ -368,6 +368,13 @@ public:
|
|||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxListCtrlNameStr);
|
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.
|
Deletes all items in the list control.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user