From 55ca27a20d99dd4deb4474c6cebf594ea06ad802 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 18 Oct 2014 17:40:12 -0400 Subject: Whoops, forgot to document NewStandaloneLabel()'s demise and amend the example program. Fixed. --- examples/widgetgallery/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/widgetgallery/main.go b/examples/widgetgallery/main.go index 93b1f4b..c0c811a 100644 --- a/examples/widgetgallery/main.go +++ b/examples/widgetgallery/main.go @@ -28,7 +28,7 @@ func initGUI() { tf.SetText("Text Field") pf := ui.NewPasswordField() pf.SetText("Password Field") - l := ui.NewStandaloneLabel("Label") + l := ui.NewLabel("Label") t := ui.NewTab() t.Append("Tab 1", ui.Space()) -- cgit v1.2.3