()
| 394 | } |
| 395 | |
| 396 | func (li *groupBoxLayoutItem) LayoutFlags() LayoutFlags { |
| 397 | return li.children[0].LayoutFlags() |
| 398 | } |
| 399 | |
| 400 | func (li *groupBoxLayoutItem) MinSize() Size { |
| 401 | min := li.children[0].(MinSizer).MinSize() |
nothing calls this directly
no test coverage detected