()
| 284 | } |
| 285 | |
| 286 | func (fb *FuncButton) goodContext() Widget { |
| 287 | ctx := fb.Context |
| 288 | if fb.Context == nil { |
| 289 | if fb.This == nil { |
| 290 | return nil |
| 291 | } |
| 292 | ctx = fb.This.(Widget) |
| 293 | } |
| 294 | return ctx |
| 295 | } |
| 296 | |
| 297 | func (fb *FuncButton) callFuncShowReturns() { |
| 298 | if fb.AfterFunc != nil { |
no outgoing calls
no test coverage detected