doodle/lib/ui/constants.go

10 lines
128 B
Go

package ui
// Constants for the UI toolkit.
const (
// Pack.Fill values.
FillBoth = "both"
FillX = "x"
FillY = "y"
)