diff options
| author | Jeff Carr <[email protected]> | 2019-05-12 23:09:57 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-12 23:09:57 -0700 |
| commit | 50d0a1e42889dc3b3f67f5bdacb5fa310c7a9f99 (patch) | |
| tree | 53c117176f9a20794dba6cb644322e337f9830f1 /table.go | |
| parent | 138eff381a675480678ad636b3ceb68819760536 (diff) | |
more code removal
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -9,20 +9,11 @@ import _ "github.com/andlabs/ui/winmanifest" // import "github.com/davecgh/go-spew/spew" -var img [2]*ui.Image - -/* - img[0] = ui.NewImage(16, 16) - img[1] = ui.NewImage(16, 16) -*/ - type CellData struct { Index int HumanID 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 } // hmm. will this stand the test of time? @@ -45,7 +36,7 @@ type HumanCellData struct { TextID int Color ui.TableColor ColorID int - 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 } type TableData struct { |
