A GUI toolkit written in pure Go.
This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sasha Koshka 7c6b9317fc Updated the X backend to reflect the new API change
The window no longer behaves like an element, and it sets an
entire ParentHooks struct instead of individual callbacks.
2023-01-09 11:21:23 -05:00
artist Initial commit 2023-01-09 01:03:19 -05:00
backends/x Updated the X backend to reflect the new API change 2023-01-09 11:21:23 -05:00
defaultfont Initial commit 2023-01-09 01:03:19 -05:00
elements/basic Initial commit 2023-01-09 01:03:19 -05:00
examples Initial commit 2023-01-09 01:03:19 -05:00
iterator Initial commit 2023-01-09 01:03:19 -05:00
theme Initial commit 2023-01-09 01:03:19 -05:00
backend.go Initial commit 2023-01-09 01:03:19 -05:00
event.go Initial commit 2023-01-09 01:03:19 -05:00
go.mod Initial commit 2023-01-09 01:03:19 -05:00
go.sum Initial commit 2023-01-09 01:03:19 -05:00
input.go Initial commit 2023-01-09 01:03:19 -05:00
tomo.go Changed the API to make it handle keynav better and be simpler 2023-01-09 11:17:29 -05:00