*/
virtual bool ClearColumns();
- /**
- Unselects all rows.
- */
- void ClearSelection();
-
/**
Collapses the item.
*/
/**
Returns @true if the column is reorderable.
*/
- bool GetReorderable();
+ virtual bool IsReorderable() const;
/**
Returns @true if the column is sortable.
@see SetSortable()
*/
- bool GetSortable();
+ virtual bool IsSortable() const;
/**
Returns the width of the column.