euporie.core.widgets.palette.ScrollOffsets

class euporie.core.widgets.palette.ScrollOffsets(top: int | Callable[[], int] = 0, bottom: int | Callable[[], int] = 0, left: int | Callable[[], int] = 0, right: int | Callable[[], int] = 0)

Scroll offsets for the Window class.

Note that left/right offsets only make sense if line wrapping is disabled.