Files
gio-patched/widget/doc.go
T
Elias Naur 5a843bee61 widget: update documentation
Signed-off-by: Elias Naur <mail@eliasnaur.com>
2024-02-05 11:09:36 +00:00

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