()
| 510 | } |
| 511 | |
| 512 | func (wb *WidgetBase) LayoutFlags() LayoutFlags { |
| 513 | return createLayoutItemForWidget(wb.window.(Widget)).LayoutFlags() |
| 514 | } |
| 515 | |
| 516 | func (wb *WidgetBase) SizeHint() Size { |
| 517 | if is, ok := createLayoutItemForWidget(wb.window.(Widget)).(IdealSizer); ok { |
nothing calls this directly
no test coverage detected