Skip to content

ScrolledWindow

import { Aside } from “@astrojs/starlight/components”; import TypeSignature from “@components/TypeSignature.astro”;

<TypeSignature typeName={ “ScrolledWindow” } typePrefix={ “class” } typeArgList={ “(min_content_size: Iterable[int] = (-1, -1), max_content_size: Iterable[int] = (-1, -1), propagate_width: bool = True, propagate_height: bool = True, kinetic_scroll: bool = False, overlay_scroll: bool = False, h_scrollbar_policy: Literal[‘always’, ‘automatic’, ‘never’, ‘external’] | PolicyType = Gtk.PolicyType.AUTOMATIC, v_scrollbar_policy: Literal[‘always’, ‘automatic’, ‘never’, ‘external’] | PolicyType = Gtk.PolicyType.AUTOMATIC, child: 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)” }> ScrolledWindow

Bases: ScrolledWindow, Container

<TypeSignature typeName={ “min_content_size” } typePrefix={ “property” }> min_content_size

<TypeSignature typeName={ “max_content_size” } typePrefix={ “property” }> max_content_size