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

Struct TextEdit

textedit.go:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type TextEdit struct {
18 WidgetBase
19 readOnlyChangedPublisher EventPublisher
20 textChangedPublisher EventPublisher
21 textColor Color
22 compactHeight bool
23 margins Size // in native pixels
24 lastHeight int
25 origWordbreakProcPtr uintptr
26}
27
28func NewTextEdit(parent Container) (*TextEdit, error) {
29 return NewTextEditWithStyle(parent, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected