From 07fc8e65f1e587f45cfe41759e8b8e9be6819014 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 27 Aug 2021 16:51:47 +0100 Subject: [PATCH] note --- notes/layout.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 notes/layout.md diff --git a/notes/layout.md b/notes/layout.md new file mode 100644 index 000000000..70cd13af0 --- /dev/null +++ b/notes/layout.md @@ -0,0 +1,5 @@ +# Layout + +## rich.layout.Layout + +The Layout class is responsible for arranging widget within a defined area. There are several concrete Layout objects with different strategies for positioning widgets.