diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 11:32:07 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 11:32:07 -0700 |
| commit | d3819ea331dc12cb142b0a825f5e27b4a7441a53 (patch) | |
| tree | 7e6b7eae6a36ef72bbfd48779e18d8974d811108 /structs.go | |
| parent | 69e42973663c826ad8143e64d951ba6eaf63d995 (diff) | |
more uneeded referencial code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,7 +95,7 @@ type EntryMap struct { Action string // what type of button // custom callback function to your main application - custom func (*EntryMap) +// custom func (*EntryMap) } type ButtonMap struct { @@ -119,7 +119,7 @@ type AreaHandler struct{ Button *ButtonMap Attrstr *ui.AttributedString Area *ui.Area - FontButton *ui.FontButton +// FontButton *ui.FontButton // FB func () *ButtonMap } // AREA STRUCTURES END |
