exp/shiny/widget
Russ Cox 85be41e450 all: go fmt ./...
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Not strictly necessary but will avoid spurious changes
as files are edited.

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Id0f07c94a24a65e20ea98a91dc18965e17f1b0ff
Reviewed-on: https://go-review.googlesource.com/c/exp/+/294418
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
2021-02-20 03:29:38 +00:00
..
flex shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
glwidget all: go fmt ./... 2021-02-20 03:29:38 +00:00
node all: go fmt ./... 2021-02-20 03:29:38 +00:00
theme shiny/widget/theme: add a Color type. 2016-07-28 06:27:42 +00:00
flow.go shiny/widget: let a Flow shrink as well as expand. 2016-09-04 08:27:17 +00:00
image.go shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
label.go shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
padder.go shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
sheet.go shiny/widget: add OnLifecycleEvent. 2016-08-11 23:52:44 +00:00
sizer.go shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
space.go shiny/widget: add Padder and Space widgets. 2016-07-27 23:46:21 +00:00
text.go shiny/widget: add width and height hints to Measure. 2016-08-18 01:22:54 +00:00
uniform.go shiny/widget/node: split Paint into Paint and PaintBase. 2016-07-29 00:06:37 +00:00
widget.go shiny/widget: let a Flow shrink as well as expand. 2016-09-04 08:27:17 +00:00