doodle/lib/ui/constants.go

10 lines
128 B
Go
Raw Permalink Normal View History

2019-04-19 20:51:27 +00:00
package ui
// Constants for the UI toolkit.
const (
// Pack.Fill values.
FillBoth = "both"
FillX = "x"
FillY = "y"
)