add some comments

This commit is contained in:
Drew Weymouth
2023-04-08 08:59:39 -07:00
parent a6b5e03476
commit 7298b6f8b9
10 changed files with 25 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@ import (
"fyne.io/fyne/v2/widget"
)
// Similar to widgets.ToggleButtonGroup, but using text.
// The "active" label is bolded non-interactive text,
// while all the others are hyperlinks.
type ToggleText struct {
widget.BaseWidget