Be clear that _apply_to_all sends a SelectedChange message

This commit is contained in:
Dave Pearson
2023-05-25 14:11:35 +01:00
parent 93c3c3652b
commit 45e64254e6

View File

@@ -275,6 +275,11 @@ class SelectionList(Generic[SelectionType], OptionList):
Returns:
The [`SelectionList`][textual.widgets.SelectionList] instance.
Note:
This method will post a single
[`SelectedChanged`][textual.widgets.OptionList.SelectedChanged]
message if a change is made in a call to this method.
"""
# Keep track of if anything changed.