Example files now reflect new API change

This commit is contained in:
2023-01-30 17:25:09 -05:00
parent 801c3ef6f5
commit 58c3b23a99
6 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ func run () {
"You are wacky")
})
container.Adopt(infoButton, false)
infoButton.Select()
infoButton.Focus()
questionButton := basic.NewButton("popups.DialogKindQuestion")
questionButton.OnClick (func () {