A standard collection of re-usable objects.
Go to file
2024-08-16 15:31:48 -04:00
internal Add functions for parsing/formatting NRGBA values 2024-08-16 15:17:15 -04:00
layouts Fix flow layout 2024-07-27 14:41:46 -04:00
.editorconfig Add .editorconfig 2024-07-27 02:10:00 -04:00
button.go Keyboard controls activate on key down instead of key up 2024-08-16 15:31:48 -04:00
calendar.go
checkbox.go
colorpicker.go Swatch accepts hex input 2024-08-16 15:17:44 -04:00
container.go
dialog.go
dropdown.go Keyboard controls activate on key down instead of key up 2024-08-16 15:31:48 -04:00
go.mod Upgrade Tomo API 2024-08-11 22:35:50 -04:00
go.sum Upgrade Tomo API 2024-08-11 22:35:50 -04:00
heading.go Add MenuHeading 2024-08-14 11:45:10 -04:00
icon.go Fix icon sizes 2024-08-12 22:06:06 -04:00
label.go
labelcheckbox.go LabelCheckbox sets its label as not selectable 2024-07-29 01:50:00 -04:00
labelswatch.go
LICENSE
menu.go Improvements to menus 2024-08-14 11:44:47 -04:00
menuitem.go Improvements to menus 2024-08-14 11:44:47 -04:00
mimeicon.go Various improvements to Icon, MimeIcon 2024-08-11 22:36:10 -04:00
numberinput.go
README.md
scrollbar.go Fix keys for Scrollbar 2024-07-27 00:54:40 -04:00
scrollcontainer.go ScrollContainer can step scroll with normal up/down 2024-07-27 00:35:17 -04:00
separator.go
slider.go
swatch.go Keyboard controls activate on key down instead of key up 2024-08-16 15:31:48 -04:00
tabbedcontainer.go Fix TabbedContainer not setting tags correctly 2024-08-14 11:45:30 -04:00
textinput.go Bring TextInput in line with all the other inputs 2024-08-15 13:17:43 -04:00
textview.go Fix TextView scrolling 2024-07-27 00:19:53 -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.