WidgetParent¶ [Source] Anything that can receive a Grid from a child widget. Both the Compositor and box containers implement this. trait tag WidgetParent Public Behaviours¶ receive_grid¶ [Source] be receive_grid( widget: Any tag, grid: Grid val) Parameters¶ widget: Any tag grid: Grid val