Quelled some of the strangeness

This commit is contained in:
2023-03-11 18:27:16 -05:00
parent 081b005679
commit 15fa3b2497
3 changed files with 25 additions and 2 deletions

View File

@@ -21,6 +21,16 @@ func run () {
"text-wrapped labels.", true))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewButton (
"You can also include normal elements like buttons,"))
document.Adopt (basicElements.NewCheckbox (
"checkboxes,", true))
document.Adopt(basicElements.NewTextBox("", "And text boxes."))