Documentation ¶
Overview ¶
Package full implements a layout system where the view and all direct children are positioned to the maximum size. This is the default layouter. It does not support animations or flexible sizing. For more complex layouts, see the constraint package.
views := []view.View{} childView := NewChildView(...) views = append(views, childView) return view.Model{ Views: views, Layouter:&full.Layouter{}, }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.