Documentation
¶
Index ¶
- Constants
- type Box
- type BoxStyle
- func (b *BoxStyle) Basis(basis int) *BoxStyle
- func (b *BoxStyle) Flex(grow float64) *BoxStyle
- func (b *BoxStyle) FlexAuto(basis int) *BoxStyle
- func (b *BoxStyle) FlexCustom(grow float64, shrink float64, basis int) *BoxStyle
- func (b *BoxStyle) FlexDefault() *BoxStyle
- func (b *BoxStyle) FlexNone(basis int) *BoxStyle
- func (b *BoxStyle) Grow(grow float64) *BoxStyle
- func (b *BoxStyle) MaxSize(maxSize int) *BoxStyle
- func (b *BoxStyle) MinSize(minSize int) *BoxStyle
- func (b *BoxStyle) Shrink(shrink float64) *BoxStyle
- type Container
- type Direction
Constants ¶
View Source
const None = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoxStyle ¶
type BoxStyle struct {
// contains filtered or unexported fields
}
func (*BoxStyle) FlexCustom ¶
func (*BoxStyle) FlexDefault ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
Click to show internal directories.
Click to hide internal directories.