A standard collection of re-usable objects.
Go to file
2024-08-24 14:32:19 -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 Functions to check for common buttons/keys 2024-08-16 16:15:52 -04:00
calendar.go Update code for objects 2024-07-25 12:58:38 -04:00
checkbox.go Functions to check for common buttons/keys 2024-08-16 16:15:52 -04:00
colorpicker.go Swatch accepts hex input 2024-08-16 15:17:44 -04:00
container.go Update code for objects 2024-07-25 12:58:38 -04:00
dialog.go Dialog boxes have icons now 2024-08-23 21:39:39 -04:00
dropdown.go Change icon on dropdown 2024-08-16 18:01:08 -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 Add MenuHeading 2024-08-14 11:45:10 -04:00
icon.go Fix icon sizes 2024-08-12 22:06:06 -04:00
input.go Functions to check for common buttons/keys 2024-08-16 16:15:52 -04:00
label.go Label and Heading are now selectable 2024-07-26 21:00:53 -04:00
labelcheckbox.go Functions to check for common buttons/keys 2024-08-16 16:15:52 -04:00
labelswatch.go LabelSwatch uses the new button functions 2024-08-16 18:32:07 -04:00
LICENSE I forgor the license 2023-08-13 21:56:16 -04:00
menu.go Use key/button functions for menu 2024-08-24 14:32:19 -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 Update code for objects 2024-07-25 12:58:38 -04:00
README.md bruhhhh 2023-09-04 02:56:23 -04:00
scrollbar.go Scrollbar has Scrollbar role 2024-08-16 18:36:49 -04:00
scrollcontainer.go ScrollContainer can step scroll with normal up/down 2024-07-27 00:35:17 -04:00
separator.go Update code for layouts, objects 2024-07-21 11:48:28 -04:00
slider.go Un-export SliderHandle 2024-08-16 18:35:19 -04:00
swatch.go Remove TODO input value in swatch.go 2024-08-16 16:28:47 -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 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.