From 3b258d0ce0e20ffedf8804409a16abbe84f1d383 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Jan 2024 19:10:24 -0600 Subject: var value any Signed-off-by: Jeff Carr --- nocui/common.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nocui/common.go') diff --git a/nocui/common.go b/nocui/common.go index cd5b7f1..bd7b145 100644 --- a/nocui/common.go +++ b/nocui/common.go @@ -34,10 +34,10 @@ type node struct { WidgetType widget.WidgetType ParentId int // parent ID - // Name string - // Text string - + // a reference name for programming and debuggign. Must be unique progname string + + // the text used for button labesl, window titles, checkbox names, etc label string // horizontal means layout widgets like books on a bookshelf -- cgit v1.2.3