| 2302 | switch wnd.(type) { |
| 2303 | case *LineEdit, *numberLineEdit, *TextEdit: |
| 2304 | type ReadOnlyer interface { |
| 2305 | ReadOnly() bool |
| 2306 | } |
| 2307 | |
| 2308 | var sysColor int |
| 2309 | if ro, ok := wnd.(ReadOnlyer); ok && ro.ReadOnly() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…