A standard collection of re-usable objects.
Go to file
2024-05-07 20:15:49 -04:00
layouts
button.go Button now removes its label if it is empty 2024-05-07 20:15:49 -04:00
checkbox.go Add checkboxes 2024-05-07 13:45:06 -04:00
container.go
go.mod Upgrade Tomo version 2024-05-03 13:30:32 -04:00
go.sum Upgrade Tomo version 2024-05-03 13:30:32 -04:00
heading.go
icon.go Remove NewApplicationIcon constructor for Icon 2024-05-03 12:27:38 -04:00
input.go Add OnEdit to TextInput 2024-05-07 18:24:25 -04:00
label.go Add TextView, improved Scrollbar 2023-09-15 16:11:59 -04:00
labelcheckbox.go Add checkboxes 2024-05-07 13:45:06 -04:00
LICENSE
numberinput.go Reverse order of increment/decrement buttons in NumberInput 2024-05-07 20:15:27 -04:00
README.md
scrollbar.go Add TextView, improved Scrollbar 2023-09-15 16:11:59 -04:00
scrollcontainer.go Added ScrollContainer 2023-09-15 01:47:58 -04:00
separator.go
slider.go Slider has an OnSlide method instead of OnValueChange 2024-05-07 18:24:44 -04:00
textview.go Add TextView, improved Scrollbar 2023-09-15 16:11:59 -04:00

objects

Go Reference

Objects contains a standard collection of re-usable objects. All objects in this module visually conform to whatever the theme is set to.