A standard collection of re-usable objects. https://holanet.xyz/soft/tomo/
Go to file
2024-08-24 20:02:14 -04:00
internal Add functions for parsing/formatting NRGBA values 2024-08-16 15:17:15 -04:00
layouts
.editorconfig
button.go Update other objects to use new methods of Label 2024-08-24 19:56:58 -04:00
calendar.go Update other objects to use new methods of Label 2024-08-24 19:56:58 -04:00
checkbox.go Checkbox no longer embeds tomo.ContainerBox 2024-08-24 15:41:47 -04:00
colorpicker.go HSVAColorPicker no longer embeds tomo.ContainerBox 2024-08-24 19:28:48 -04:00
container.go Ensure Container satisfies tomo.ContentObject 2024-08-24 15:04:44 -04:00
dialog.go Update other objects to use new methods of Label 2024-08-24 19:56:58 -04:00
dropdown.go Dropdown no longer embeds tomo.ContainerBox 2024-08-24 19:33:16 -04:00
go.mod Update Tomo API 2024-08-16 18:01:01 -04:00
go.sum Update Tomo API 2024-08-16 18:01:01 -04:00
heading.go Remove Heading.SetSelectable 2024-08-24 19:49:20 -04:00
icon.go Icon no longer embeds tomo.Box 2024-08-24 19:50:20 -04:00
input.go Functions to check for common buttons/keys 2024-08-16 16:15:52 -04:00
label.go Ensure Label satisfies tomo.Object 2024-08-24 19:57:48 -04:00
labelcheckbox.go Update other objects to use new methods of Label 2024-08-24 19:56:58 -04:00
labelswatch.go LabelSwatch no longer embeds tomo.ContainerBox 2024-08-24 20:02:14 -04:00
LICENSE
menu.go Same as last commit but for TearLine 2024-08-24 14:42:08 -04:00
menuitem.go Update other objects to use new methods of Label 2024-08-24 19:56:58 -04:00
mimeicon.go
numberinput.go
README.md
scrollbar.go Scrollbar has Scrollbar role 2024-08-16 18:36:49 -04:00
scrollcontainer.go
separator.go
slider.go Un-export SliderHandle 2024-08-16 18:35:19 -04:00
swatch.go Container no longer embeds tomo.ContainerBox 2024-08-24 15:02:17 -04:00
tabbedcontainer.go Fix TabbedContainer not setting tags correctly 2024-08-14 11:45:30 -04:00
textinput.go Fixed ctrl+key combos on TextInput 2024-08-16 16:17:11 -04:00
textview.go

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.