MCPcopy
hub / github.com/lxn/walk / ReadOnlyer

Interface ReadOnlyer

window.go:2304–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Implementers 7

NumberEditnumberedit.go
LineEditlineedit.go
propertyproperty.go
readOnlyPropertyproperty.go
boolPropertyproperty.go
TextEdittextedit.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…