diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 10:42:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 10:42:36 -0600 |
| commit | 38595e75f2f35ecce9cc6a8d887f393d34975957 (patch) | |
| tree | 1ea5bca9cdc28bc4952d8ba9fcceffd2b4472785 /action.go | |
| parent | 5a3f4a87dc19195c1ad232b6fc83e2ee31d4d475 (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.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
