Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MutablePosition ¶
func New ¶
func New(left, top int) MutablePosition
func NewBounded ¶
func NewBounded(left, top, maxLeft, maxTop int, overflowMode OverflowMode) MutablePosition
type OverflowMode ¶
type OverflowMode int
const ( OverflowHide OverflowMode = iota OverflowLimit OverflowWrap )
Click to show internal directories.
Click to hide internal directories.