ui/layout: document List, Stack

Tweak Flex documentation.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-10 16:35:51 +02:00
parent 8f17163a13
commit ba3a952af2
3 changed files with 22 additions and 4 deletions
+7 -2
View File
@@ -17,9 +17,14 @@ type scrollChild struct {
macro ui.MacroOp
}
// List displays a subsection of a potentially infinitely
// large underlying list. List accepts user input to scroll
// the subsection.
type List struct {
Axis Axis
Invert bool
Axis Axis
// Invert inverts a List so it is anchored from its end.
Invert bool
// Alignment is the cross axis alignment.
Alignment Alignment
// The distance scrolled since last call to Init.