mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
api docs (#2240)
* api docs * more docstrings * logs * docs shakeup * fix notes, added intro to all apis * Remove defaults to * add note to events * note * use fira code
This commit is contained in:
@@ -37,9 +37,8 @@ The example below shows an app with a simple `ListView`.
|
||||
|
||||
## Messages
|
||||
|
||||
### ::: textual.widgets.ListView.Highlighted
|
||||
|
||||
### ::: textual.widgets.ListView.Selected
|
||||
- [ListView.Highlighted][textual.widgets.ListView.Highlighted]
|
||||
- [ListView.Selected][textual.widgets.ListView.Selected]
|
||||
|
||||
## Bindings
|
||||
|
||||
@@ -50,6 +49,9 @@ The list view widget defines the following bindings:
|
||||
show_root_heading: false
|
||||
show_root_toc_entry: false
|
||||
|
||||
## See Also
|
||||
---
|
||||
|
||||
* [ListView](../api/list_view.md) code reference
|
||||
|
||||
::: textual.widgets.ListView
|
||||
options:
|
||||
heading_level: 2
|
||||
|
||||
Reference in New Issue
Block a user