A standard collection of re-usable objects.
Go to file
2024-06-22 15:38:52 -04:00
internal Add an HSVA color implementation 2024-06-22 15:37:20 -04:00
layouts Fix issues with grid layout 2024-06-22 15:38:52 -04:00
button.go Contract layouts are now based on new Row and Column layouts 2024-06-12 03:15:38 -04:00
calendar.go Fix calendar prev/forward month buttons 2024-06-19 00:38:54 -04:00
checkbox.go Fix checkboxes not initializing to desired value 2024-06-22 15:37:52 -04:00
container.go Fix up objects code 2024-06-11 17:17:11 -04:00
dialog.go Update Tomo API 2024-05-27 15:22:18 -04:00
go.mod Update Tomo API 2024-06-11 16:40:06 -04:00
go.sum Update Tomo API 2024-06-11 16:40:06 -04:00
heading.go Update code for objects 2024-06-11 16:40:35 -04:00
icon.go Update code for objects 2024-06-11 16:40:35 -04:00
label.go Lables come vertically aligned to the middle 2024-06-20 17:47:51 -04:00
labelcheckbox.go Update code for objects 2024-06-11 16:40:35 -04:00
LICENSE
menu.go Update code for objects 2024-06-11 16:40:35 -04:00
menuitem.go Update code for objects 2024-06-11 16:40:35 -04:00
numberinput.go Update code for objects 2024-06-11 16:40:35 -04:00
README.md
scrollbar.go Some internal layouts return recommended sizes 2024-06-15 09:27:35 -04:00
scrollcontainer.go Some internal layouts return recommended sizes 2024-06-15 09:27:35 -04:00
separator.go Update code for objects 2024-06-11 16:40:35 -04:00
slider.go Sliders work properly when initialized to 0.0 2024-06-20 17:48:41 -04:00
tabbedcontainer.go Add tabs 2024-06-22 15:38:14 -04:00
textinput.go Update code for objects 2024-06-11 16:40:35 -04:00
textview.go Update code for objects 2024-06-11 16:40:35 -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.