Documentation
¶
Index ¶
- type Lmnt
- func (el *Lmnt) Add(lls ...*Lmnt)
- func (el *Lmnt) AddB(size float32, ll *Lmnt)
- func (el *Lmnt) AddL(size float32, ll *Lmnt)
- func (el *Lmnt) AddLR(lS, rS float32, ll *Lmnt)
- func (el *Lmnt) AddR(size float32, ll *Lmnt)
- func (el *Lmnt) AddT(size float32, ll *Lmnt)
- func (el *Lmnt) AddTB(tS, bS float32, ll *Lmnt)
- func (el *Lmnt) AddTBLR(tSize, bSize, lSize, rSize float32, ll *Lmnt)
- func (el *Lmnt) Clear()
- func (el *Lmnt) Del(lls ...*Lmnt)
- func (el *Lmnt) DoAll()
- func (el *Lmnt) GapsAround(size float32, lls ...*Lmnt)
- func (el *Lmnt) GapsBetween(size float32, lls ...*Lmnt)
- func (el *Lmnt) MidF32() (mx, my float32)
- func (el *Lmnt) MidF64() (float64, float64)
- func (el *Lmnt) MidInt() (int, int)
- func (el *Lmnt) Rect() (x1, y1, x2, y2 float32)
- func (el *Lmnt) SetRect(x1, y1, x2, y2 float32)
- func (el *Lmnt) SetRow()
- func (el *Lmnt) SetSize(w, h float32)
- func (el *Lmnt) Size() (w, h float32)
- func (el *Lmnt) WalkDown(fn func(*Lmnt))
- func (el *Lmnt) WalkUp(fn func(*Lmnt))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lmnt ¶
type Lmnt struct { Name string // contains filtered or unexported fields }
### The Lmnt ###
func (*Lmnt) GapsAround ¶
func (*Lmnt) GapsBetween ¶
Click to show internal directories.
Click to hide internal directories.