Hocus focus

This commit is contained in:
2023-01-30 17:01:47 -05:00
parent 35870951a2
commit 801c3ef6f5
15 changed files with 367 additions and 355 deletions

View File

@@ -15,9 +15,6 @@ type Core struct {
minimumHeight int
}
selectable bool
selected bool
onMinimumSizeChange func ()
onDamage func (region tomo.Canvas)
}