ContainerCore and ContainerCoreControl WIP

This commit is contained in:
Sasha Koshka
2023-03-02 18:59:08 -05:00
parent e9e6e4fbe7
commit 38baa97e76
2 changed files with 57 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ type LayoutEntry struct {
}
// TODO: have layouts take in artist.Inset for margin and padding
// TODO: create a layout that only displays the first element and full screen.
// basically a blank layout for containers that only ever have one element.
// Layout is capable of arranging elements within a container. It is also able
// to determine the minimum amount of room it needs to do so.