Container
import { Aside } from “@astrojs/starlight/components”; import TypeSignature from “@components/TypeSignature.astro”;
<TypeSignature typeName={ “Container” } typePrefix={ “class” } typeArgList={ “(children: Widget | Iterable[Widget] | None = None, name: str | None = None, visible: bool = True, all_visible: bool = False, style: str | None = None, style_classes: Iterable[str] | str | None = None, tooltip_text: str | None = None, tooltip_markup: str | None = None, h_align: Literal[‘fill’, ‘start’, ‘end’, ‘center’, ‘baseline’] | Align | None = None, v_align: Literal[‘fill’, ‘start’, ‘end’, ‘center’, ‘baseline’] | Align | None = None, h_expand: bool = False, v_expand: bool = False, size: Iterable[int] | int | None = None, **kwargs)” }> Container
Bases: Container, Widget
<TypeSignature typeName={ “children” } typePrefix={ “property” } returnType={ “list[Widget]” }> children
A list of children this container is (currently) holding
- Return type: list[Gtk.Widget]