summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-18 17:40:12 -0400
committerPietro Gagliardi <[email protected]>2014-10-18 17:40:29 -0400
commit55ca27a20d99dd4deb4474c6cebf594ea06ad802 (patch)
tree75a26f213a987b4de4e2514eefce2f2d5586b6b0 /examples
parent87af405d273ed9f6bb7e7315d84b92b37db19fa7 (diff)
Whoops, forgot to document NewStandaloneLabel()'s demise and amend the example program. Fixed.
Diffstat (limited to 'examples')
-rw-r--r--examples/widgetgallery/main.go2
1 files changed, 1 insertions, 1 deletions
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())