mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Added blog
This commit is contained in:
@@ -1 +0,0 @@
|
||||
::: textual.app
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.binding.Binding
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Button
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Checkbox
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.color
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.containers
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.DataTable
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.dom.DOMNode
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.events
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Footer
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.geometry
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Header
|
||||
@@ -1,3 +1,35 @@
|
||||
# Reference
|
||||
|
||||
A reference to the Textual public APIs.
|
||||
Welcome to the Textual Reference.
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :octicons-book-16:{ .lg .middle } __Events__
|
||||
|
||||
---
|
||||
|
||||
Events are how Textual communicates with your application.
|
||||
|
||||
:octicons-arrow-right-24: [Events Reference](../events/index.md)
|
||||
|
||||
|
||||
- :octicons-book-16:{ .lg .middle } __Styles__
|
||||
|
||||
---
|
||||
|
||||
All the styles you can use to take your Textual app to the next level.
|
||||
|
||||
[:octicons-arrow-right-24: Styles Reference](../styles/index.md)
|
||||
|
||||
|
||||
- :octicons-book-16:{ .lg .middle } __Widgets__
|
||||
|
||||
---
|
||||
|
||||
How to use the many widgets builtin to Textual.
|
||||
|
||||
:octicons-arrow-right-24: [Widgets Reference](../widgets/index.md)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Input
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.message.Message
|
||||
@@ -1,5 +0,0 @@
|
||||
A message pump is a class that processes messages.
|
||||
|
||||
It is a base class for the `App`, `Screen`, and `Widget` classes.
|
||||
|
||||
::: textual.message_pump.MessagePump
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.pilot
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.css.query
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.reactive
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.screen
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Static
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.timer
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widget.Widget
|
||||
Reference in New Issue
Block a user