Skip to content
Fabric
Search
Ctrl
K
Cancel
GitHub
Discord
Select theme
Dark
Light
Auto
Guides
API Reference
Parent Package
Index
services
Audio
Bluetooth
Hyprland
Notifications
System Tray
utils
Utils
widgets
Box
Button
CenterBox
CircularProgressBar
Container
Datetime
Entry
EventBox
Fixed
FlowBox
Hyprland
Image
Label
Overlay
Revealer
Scale
ScrolledWindow
shapes
Corner
Star
Stack
Svg
System Tray
Wayland
WebView
Widget
Window
X11
GitHub
Discord
Select theme
Dark
Light
Auto
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