mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
5a843bee61
Signed-off-by: Elias Naur <mail@eliasnaur.com>
7 lines
248 B
Go
7 lines
248 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
// Package widget implements state tracking and event handling of
|
|
// common user interface controls. To draw widgets, use a theme
|
|
// packages such as package [gioui.org/widget/material].
|
|
package widget
|