Un-export SliderHandle

Closes #8
This commit is contained in:
Sasha Koshka 2024-08-16 18:35:19 -04:00
parent 155752ba78
commit 0fe4979483
2 changed files with 5 additions and 7 deletions

View File

@ -9,7 +9,7 @@ import "git.tebibyte.media/tomo/tomo/event"
// overflowing ContainerBox. // overflowing ContainerBox.
type Scrollbar struct { type Scrollbar struct {
tomo.ContainerBox tomo.ContainerBox
handle *SliderHandle handle *sliderHandle
layout scrollbarLayout layout scrollbarLayout
dragging bool dragging bool
dragOffset image.Point dragOffset image.Point