ListWidget::UnselectAllListItems
Defined in:
Unselects all items in a list.
C4Widgets.h
Prototype
void UnselectAllListItems(bool post = false);
Parameters
post |
Indicates whether to post a kEventWidgetChange event.
|
Description
The UnselectAllListItems
function unselects all of the items in a list. If any list items were previously selected and the post
parameter is true
, then the list widget posts a kEventWidgetChange
event that can be handled by its observers.
See Also
ListWidget::SelectAllListItems
ListWidget::GetFirstSelectedListItem
ListWidget::GetLastSelectedListItem
ListWidget::GetSelectedListItem