gioui.orggioui.org/widget

Imports of package widget

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gioui.org/f32Package f32 is a float32 implementation of package image's Point and affine transformations.
gioui.org/fontPackage font provides type describing font faces attributes.
gioui.org/gesturePackage gesture implements common pointer gestures.
gioui.org/internal/f32color
gioui.org/io/clipboard
gioui.org/io/eventPackage event contains types for event handling.
gioui.org/io/keyPackage key implements key and text events and operations.
gioui.org/io/pointerPackage pointer implements pointer events and operations.
gioui.org/io/semanticPackage semantic provides operations for semantic descriptions of a user interface, to facilitate presentation and interaction in external software such as screen readers.
gioui.org/io/system
gioui.org/io/transferPackage transfer contains operations and events for brokering data transfers.
gioui.org/layoutPackage layout implements layouts common to GUI programs.
gioui.org/opPackage op implements operations for updating a user interface.
gioui.org/op/clipPackage clip provides operations for defining areas that applies to operations such as paints and pointer handlers.
gioui.org/op/paintPackage paint provides drawing operations for 2D graphics.
gioui.org/text
gioui.org/unitPackage unit implements device independent units.
github.com/go-text/typesetting/segmenterPackage segmenter implements Unicode rules used to segment a paragraph of text according to several criteria.
golang.org/x/exp/shiny/iconvgPackage iconvg implements a compact, binary format for simple vector graphics: icons, logos, glyphs and emoji.
golang.org/x/exp/slicesPackage slices defines various functions useful with slices of any type.
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
golang.org/x/text/runesPackage runes provide transforms for UTF-8 encoded text.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.