summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-12 15:33:33 -0700
committerJeff Carr <[email protected]>2019-05-12 15:33:33 -0700
commit27bf7bb709c2c163a092ef96d0252defca75a0fa (patch)
tree3cadf5ca5555766d3dd29e8feb06e6b9e410872b /table.go
parent800f8db555c723092c84c852d91b100d0d1bf34e (diff)
freeze to try to fix things inside of libui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'table.go')
-rw-r--r--table.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/table.go b/table.go
index 36a95f0..d168831 100644
--- a/table.go
+++ b/table.go
@@ -19,6 +19,7 @@ var img [2]*ui.Image
type CellData struct {
Index int
Value ui.TableValue
+ Raw string // shove stuff in here and figure out how to make a ui.TableValue later
Name string // what type of cell is this?
Event func() // what function to call if there is an event on this
}