Added blog

This commit is contained in:
Will McGugan
2022-11-06 15:41:12 +00:00
parent ae61749a8d
commit a46eda2fa0
42 changed files with 212 additions and 109 deletions

View File

@@ -1 +0,0 @@
::: textual.app

View File

@@ -1 +0,0 @@
::: textual.binding.Binding

View File

@@ -1 +0,0 @@
::: textual.widgets.Button

View File

@@ -1 +0,0 @@
::: textual.widgets.Checkbox

View File

@@ -1 +0,0 @@
::: textual.color

View File

@@ -1 +0,0 @@
::: textual.containers

View File

@@ -1 +0,0 @@
::: textual.widgets.DataTable

View File

@@ -1 +0,0 @@
::: textual.dom.DOMNode

View File

@@ -1 +0,0 @@
::: textual.events

View File

@@ -1 +0,0 @@
::: textual.widgets.Footer

View File

@@ -1 +0,0 @@
::: textual.geometry

View File

@@ -1 +0,0 @@
::: textual.widgets.Header

View File

@@ -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>

View File

@@ -1 +0,0 @@
::: textual.widgets.Input

View File

@@ -1 +0,0 @@
::: textual.message.Message

View File

@@ -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

View File

@@ -1 +0,0 @@
::: textual.pilot

View File

@@ -1 +0,0 @@
::: textual.css.query

View File

@@ -1 +0,0 @@
::: textual.reactive

View File

@@ -1 +0,0 @@
::: textual.screen

View File

@@ -1 +0,0 @@
::: textual.widgets.Static

View File

@@ -1 +0,0 @@
::: textual.timer

View File

@@ -1 +0,0 @@
::: textual.widget.Widget