euporie.core.widgets.palette.ScrollOffsets

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

Scroll offsets for the Window class.

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