mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
abb99eca5c
Signed-off-by: Elias Naur <mail@eliasnaur.com>
7 lines
257 B
Go
7 lines
257 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
// Package widget implements common user interface controls. Widgets
|
|
// contain peristent state and process user events. Theme packages
|
|
// such as `widget/material` implements drawing of widgets.
|
|
package widget
|