You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
349 B
10 lines
349 B
/*
|
|
Package ui provides a user interface toolkit for Go.
|
|
|
|
The UI toolkit targets SDL2 applications on desktop (Linux, Mac and Windows)
|
|
or an HTML Canvas render engine for web browsers.
|
|
|
|
It provides various widgets such as Frame, Label, Button, Checkbox, Radiobox
|
|
and Tooltip and an event supervisor to monitor the state of the widgets.
|
|
*/
|
|
package ui
|
|
|