StackTopWidget returns the [Frame.StackTop] element as a [WidgetBase].
()
| 620 | |
| 621 | // StackTopWidget returns the [Frame.StackTop] element as a [WidgetBase]. |
| 622 | func (fr *Frame) StackTopWidget() *WidgetBase { |
| 623 | n := fr.Child(fr.StackTop) |
| 624 | return AsWidget(n) |
| 625 | } |
| 626 | |
| 627 | // laySetContentFitOverflow sets Internal and Actual.Content size to fit given |
| 628 | // new content size, depending on the Styles Overflow: Auto and Scroll types do NOT |
no test coverage detected