From f4b4d0ad7fe836bc171d9aff5dfbe2fd87b35113 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Fri, 24 Aug 2018 04:37:29 -0600 Subject: [PATCH] rename and readme updates --- README.md | 3 ++- giv/{filenameview.go => filevalueview.go} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename giv/{filenameview.go => filevalueview.go} (100%) diff --git a/README.md b/README.md index f2f2882ab0..3fe9ce6cfb 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ github.com/srwiley/rasterx.(*Gradient).GetColorFunctionUS.func6(0x16e, 0x2, 0xff * double-click not activating dialog signal with accepted reliably.. sometimes, but not always. -* map, slice have automatic toolbar element plus custom -- not sure about how to do that yet. +* impl single-arg logic and props from args setting tags in valueview -- need to create the valueviews outside of argview so we can intercept the single-arg HasAction case -- set tags then. + * TextField has an ActiveFocus bool -- window notifies if someone else clicks somewhere diff --git a/giv/filenameview.go b/giv/filevalueview.go similarity index 100% rename from giv/filenameview.go rename to giv/filevalueview.go