Changed 'Tabbable/Focusable' logic to use Active

This commit is contained in:
2026-02-02 13:29:51 -06:00
parent 62ef3b5d44
commit 16a92c8f99
30 changed files with 377 additions and 322 deletions

View File

@@ -40,11 +40,9 @@ type Widget interface {
Draw(tcell.Screen)
SetStyle(tcell.Style)
Active() bool
SetActive(bool)
SetActive(bool) bool
Visible() bool
SetVisible(bool)
Focusable() bool
SetFocusable(bool)
SetX(int)
SetY(int)
GetX() int