mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
State version of widget addition in docs. (#2144)
* State version of widget addition in docs. Related issues: #2133 * Fix ListX version info. * Retroactively update changelog.
This commit is contained in:
committed by
GitHub
parent
a69b863005
commit
d787f61090
@@ -1,5 +1,7 @@
|
||||
# Widget
|
||||
|
||||
!!! tip "Added in version x.y.z"
|
||||
|
||||
Widget description.
|
||||
|
||||
- [ ] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Checkbox
|
||||
|
||||
!!! tip "Added in version 0.13.0"
|
||||
|
||||
A simple checkbox widget which stores a boolean value.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# ContentSwitcher
|
||||
|
||||
!!! tip "Added in version 0.14.0"
|
||||
|
||||
A widget for containing and switching display between multiple child
|
||||
widgets.
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Label
|
||||
|
||||
!!! tip "Added in version 0.5.0"
|
||||
|
||||
A widget which displays static text, but which can also contain more complex Rich renderables.
|
||||
|
||||
- [ ] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# ListItem
|
||||
|
||||
!!! tip "Added in version 0.6.0"
|
||||
|
||||
`ListItem` is the type of the elements in a `ListView`.
|
||||
|
||||
- [ ] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# ListView
|
||||
|
||||
!!! tip "Added in version 0.6.0"
|
||||
|
||||
Displays a vertical list of `ListItem`s which can be highlighted and selected.
|
||||
Supports keyboard navigation.
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# LoadingIndicator
|
||||
|
||||
!!! tip "Added in version 0.15.0"
|
||||
|
||||
Displays pulsating dots to indicate when data is being loaded.
|
||||
|
||||
- [ ] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Markdown
|
||||
|
||||
!!! tip "Added in version 0.11.0"
|
||||
|
||||
A widget to display a Markdown document.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# MarkdownViewer
|
||||
|
||||
!!! tip "Added in version 0.11.0"
|
||||
|
||||
A Widget to display Markdown content with an optional Table of Contents.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Placeholder
|
||||
|
||||
!!! tip "Added in version 0.6.0"
|
||||
|
||||
A widget that is meant to have no complex functionality.
|
||||
Use the placeholder widget when studying the layout of your app before having to develop your custom widgets.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# RadioButton
|
||||
|
||||
!!! tip "Added in version 0.13.0"
|
||||
|
||||
A simple radio button which stores a boolean value.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# RadioSet
|
||||
|
||||
!!! tip "Added in version 0.13.0"
|
||||
|
||||
A container widget that groups [`RadioButton`](./radiobutton.md)s together.
|
||||
|
||||
- [ ] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# TabbedContent
|
||||
|
||||
!!! tip "Added in version 0.16.0"
|
||||
|
||||
Switch between mutually exclusive content panes via a row of tabs.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Tabs
|
||||
|
||||
!!! tip "Added in version 0.15.0"
|
||||
|
||||
Displays a number of tab headers which may be activated with a click or navigated with cursor keys.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Tree
|
||||
|
||||
!!! tip "Added in version 0.6.0"
|
||||
|
||||
A tree control widget.
|
||||
|
||||
- [x] Focusable
|
||||
|
||||
Reference in New Issue
Block a user