Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimensions ¶
type Dimensions struct {
// contains filtered or unexported fields
}
func (*Dimensions) TotalWidth ¶
func (d *Dimensions) TotalWidth(p *Padding) int
type Grid ¶
type Grid struct {
// contains filtered or unexported fields
}
func NewGridWithOptions ¶
func NewGridWithOptions(o *GridOptions) *Grid
type GridOptions ¶
type GridOptions struct {
// contains filtered or unexported fields
}
func DefaultOptions ¶
func DefaultOptions() *GridOptions
func (*GridOptions) ChangeDirection ¶
func (g *GridOptions) ChangeDirection(direction Direction)
func (*GridOptions) ChangePadding ¶
func (g *GridOptions) ChangePadding(padding *Padding)
type Padding ¶
type Padding struct {
// contains filtered or unexported fields
}
func NewTextPadding ¶
func NewWhitespacePadding ¶
Click to show internal directories.
Click to hide internal directories.