TextView tests its own compliance to tomo.Object

This commit is contained in:
Sasha Koshka 2024-09-12 15:06:20 -04:00
parent ffb6e9fb95
commit 38434db75c

View File

@ -5,7 +5,7 @@ import "git.tebibyte.media/tomo/tomo"
import "git.tebibyte.media/tomo/tomo/text"
import "git.tebibyte.media/tomo/tomo/event"
var _ tomo.Object = new(TabbedContainer)
var _ tomo.Object = new(TextView)
// TextView is an area for displaying a large amount of multi-line text.
type TextView struct {