Skip to content

ScrolledWindow

class ScrolledWindow (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)

Bases: ScrolledWindow, Container

property min_content_size

property max_content_size