freeze to try to fix things inside of libui
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
800f8db555
commit
27bf7bb709
1
table.go
1
table.go
|
@ -19,6 +19,7 @@ var img [2]*ui.Image
|
||||||
type CellData struct {
|
type CellData struct {
|
||||||
Index int
|
Index int
|
||||||
Value ui.TableValue
|
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?
|
Name string // what type of cell is this?
|
||||||
Event func() // what function to call if there is an event on this
|
Event func() // what function to call if there is an event on this
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue