diff options
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,13 @@ type Action struct { // how to arrange widgets Direction Orientation + // All the strings for things like dropdown menus + // They must be sent in display order + // These must be unique + Strings []string + + Range RangeType + // This is used for things like a slider(0,100) X int Y int @@ -47,10 +54,13 @@ const ( Hide Enable Disable + SetMargin Margin Unmargin + SetPad Pad Unpad + SetExpand Append Move Dump |
