mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Tabbed content activated message (#2260)
* Add a message for the tabbed content activated * Add a docstring * Testing tabbed content activated message * Update changelog * Add reference to the docs about TabbedContent.TabActivated
This commit is contained in:
@@ -101,6 +101,10 @@ The following example contains a `TabbedContent` with three tabs.
|
||||
| `active` | `str` | `""` | The `id` attribute of the active tab. Set this to switch tabs. |
|
||||
|
||||
|
||||
## Messages
|
||||
|
||||
- [TabbedContent.TabActivated][textual.widgets.TabbedContent.TabActivated]
|
||||
|
||||
## See also
|
||||
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ The following example adds a `Tabs` widget above a text label. Press ++a++ to ad
|
||||
|
||||
## Messages
|
||||
|
||||
- [Tabs.TabActivate][textual.widgets.Tabs.TabActivated]
|
||||
- [Tabs.TabActivated][textual.widgets.Tabs.TabActivated]
|
||||
- [Tabs.Cleared][textual.widgets.Tabs.Cleared]
|
||||
|
||||
## Bindings
|
||||
|
||||
Reference in New Issue
Block a user