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