Scrollbar no longer embeds tomo.ContainerBox

This commit is contained in:
Sasha Koshka 2024-08-24 21:35:43 -04:00
parent 02fed8ce48
commit bc175bb5ae

View File

@ -5,10 +5,12 @@ import "git.tebibyte.media/tomo/tomo"
import "git.tebibyte.media/tomo/tomo/input" import "git.tebibyte.media/tomo/tomo/input"
import "git.tebibyte.media/tomo/tomo/event" import "git.tebibyte.media/tomo/tomo/event"
var _ tomo.Object = new(Scrollbar)
// Scrollbar is a special type of slider that can control the scroll of any // Scrollbar is a special type of slider that can control the scroll of any
// overflowing ContainerBox. // overflowing ContainerObject.
type Scrollbar struct { type Scrollbar struct {
tomo.ContainerBox box tomo.ContainerBox
handle *sliderHandle handle *sliderHandle
layout scrollbarLayout layout scrollbarLayout
dragging bool dragging bool