(a *ui.Area, ke *ui.AreaKeyEvent)
| 107 | } |
| 108 | |
| 109 | func (areaHandler) KeyEvent(a *ui.Area, ke *ui.AreaKeyEvent) (handled bool) { |
| 110 | // reject all keys |
| 111 | return false |
| 112 | } |
| 113 | |
| 114 | func setupUI() { |
| 115 | makeAttributedString() |
nothing calls this directly
no outgoing calls
no test coverage detected