forked from joejulian/gio
82e51019e1
Signed-off-by: Elias Naur <mail@eliasnaur.com>
7 lines
246 B
Go
7 lines
246 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
|