mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Be clear that _apply_to_all sends a SelectedChange message
This commit is contained in:
@@ -275,6 +275,11 @@ class SelectionList(Generic[SelectionType], OptionList):
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The [`SelectionList`][textual.widgets.SelectionList] instance.
|
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.
|
# Keep track of if anything changed.
|
||||||
|
|||||||
Reference in New Issue
Block a user