The Tomo API.
Go to file
2024-09-12 14:01:40 -04:00
canvas Add more notes to canvas/shatter.go 2024-09-12 14:01:40 -04:00
config Change the buttons in config to button chords 2024-09-11 22:56:46 -04:00
data Change Text, Bytes to FromText, FromBytes 2024-07-19 15:26:03 -04:00
event Replace NASTY ASS map return with iter.Seq in event.Broadcaster 2024-09-12 03:32:03 -04:00
input More doc comment improvements 2024-09-12 00:21:44 -04:00
text Added text manipulation 2023-07-19 23:58:27 -04:00
.editorconfig Add editorconfig 2024-04-29 16:23:46 -04:00
attribute.go Many doc comment fixes 2024-09-11 23:52:36 -04:00
backend.go Many doc comment fixes 2024-09-11 23:52:36 -04:00
cursor.go Many doc comment fixes 2024-09-11 23:52:36 -04:00
go.mod Apparently go is picky and wierd 2024-09-12 03:29:37 -04:00
go.sum golang.org/x/image is no longer a dependency 2024-08-03 21:26:05 -04:00
icon.go Add String method to IconSize 2024-09-12 00:02:08 -04:00
LICENSE Add license 2023-06-30 17:45:29 -04:00
object.go Change WindowKindToolbar to WindowKindTorn 2024-09-12 03:02:17 -04:00
README.md Fix grammar in readme 2024-07-21 22:06:01 -04:00
tomo.go Forgot one 2024-09-11 23:56:12 -04:00
unit.go Many doc comment fixes 2024-09-11 23:52:36 -04:00

tomo

Go Reference

Tomo is a lightweight GUI toolkit written in pure Go. This repository defines the API that other components of the toolkit agree upon. In order to use Tomo in an application, use Nasin, which builds an application framework on top of Tomo.