Versions in this module Expand all Collapse all v0 v0.9.0 Oct 31, 2021 Changes in this version + func CompareElementToWidget(t *testing.T, normalize func(*testing.T, base.Widget), element base.Element, ...) bool + func CompareElementsToWidgets(t *testing.T, normalize func(*testing.T, base.Widget), elements []base.Element, ...) + type Proper interface + Props func() base.Widget + type Window interface + Child func() base.Element + Close func() + SetChild func(base.Widget) error + func WithWindow(t *testing.T, init func() (Window, error)) (window Window, closer func())