RenderWidget renders the widget and any parts and children that it has. It does not render if the widget is invisible. It calls [Widget.Render] for widget-specific rendering.
()
| 92 | // It does not render if the widget is invisible. It calls [Widget.Render] |
| 93 | // for widget-specific rendering. |
| 94 | RenderWidget() |
| 95 | |
| 96 | // WidgetTooltip returns the tooltip text that should be used for this |
| 97 | // widget, and the window-relative position to use for the upper-left corner |
no outgoing calls
no test coverage detected