summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 10:42:36 -0600
committerJeff Carr <[email protected]>2024-01-14 10:42:36 -0600
commit38595e75f2f35ecce9cc6a8d887f393d34975957 (patch)
tree1ea5bca9cdc28bc4952d8ba9fcceffd2b4472785 /action.go
parent5a3f4a87dc19195c1ad232b6fc83e2ee31d4d475 (diff)
This needs to be under the GO developers LICENSEv1.1.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
-rw-r--r--action.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/action.go b/action.go
index 368e1db..9dfb6c8 100644
--- a/action.go
+++ b/action.go
@@ -23,6 +23,7 @@ type Action struct {
Range RangeType
+ // RETHINK / REDO EVERYTHING BELOW HERE
// This is used for things like a slider(0,100)
X int
Y int
@@ -34,7 +35,8 @@ type Action struct {
AtH int
// Put space around elements to improve look & feel
- Margin bool
+ // Margin bool avoided due to use of action types
+ // Pad bool
// Make widgets fill up the space available
Expand bool