Make value getters/setters more consistent

See #6
This commit is contained in:
Sasha Koshka 2024-06-27 14:01:14 -04:00
parent d0ee6c432c
commit 638fc61d83
11 changed files with 128 additions and 105 deletions

View File

@ -16,7 +16,7 @@ type Calendar struct {
monthLabel *Label monthLabel *Label
on struct { on struct {
edit event.FuncBroadcaster valueChange event.FuncBroadcaster
} }
} }