| 23 | ) |
| 24 | |
| 25 | type BoxLayout struct { |
| 26 | LayoutBase |
| 27 | orientation Orientation |
| 28 | hwnd2StretchFactor map[win.HWND]int |
| 29 | } |
| 30 | |
| 31 | func newBoxLayout(orientation Orientation) *BoxLayout { |
| 32 | l := &BoxLayout{ |
nothing calls this directly
no outgoing calls
no test coverage detected