A standard collection of re-usable objects.
Go to file
2024-05-13 19:48:29 -04:00
layouts Add grid layout 2023-08-20 17:41:14 -04:00
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 Add SunkenContainer 2024-05-13 19:48:29 -04:00
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 NewHeading returns a Heading as expected 2024-05-07 20:21:45 -04:00
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 bruhhhh 2023-09-04 02:56:23 -04:00
scrollbar.go Scrollbar and ScrollContainer use ScrollTo correctly 2024-05-13 19:45:18 -04:00
scrollcontainer.go Scrollbar and ScrollContainer use ScrollTo correctly 2024-05-13 19:45:18 -04:00
separator.go Upgraded tomo version + added an Icon object 2023-09-04 02:32:04 -04:00
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.