package naive type LayoutOrientation uint8 const ( LayoutOrientationHorizontal = iota LayoutOrientationVertical )