diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 12:30:17 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 12:30:17 -0700 |
| commit | 5b8b14e4cfacb4b442b01cbee64e487f18494047 (patch) | |
| tree | 6fe0c4e84c84d9589c407b54f54d6b7379d37ceb /structs.go | |
| parent | d617938702a9f8d9cb3a6a5a04decba6b198d116 (diff) | |
generic accessor functions for Entry boxes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ type GuiButton struct { type GuiBox struct { W *GuiWindow - EntryMap map[string][]*GuiEntry + EntryMap map[string]*GuiEntry A *GuiArea UiBox *ui.Box |
