euporie.core.layout.scroll.ScrollOffsets
- class euporie.core.layout.scroll.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.