MCPcopy Create free account
hub / github.com/lxn/walk / PostAppendText

Method PostAppendText

examples/logview/logview.go:69–72  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

67}
68
69func (lv *LogView) PostAppendText(value string) {
70 lv.logChan <- value
71 win.PostMessage(lv.Handle(), TEM_APPENDTEXT, 0, 0)
72}
73
74func (lv *LogView) Write(p []byte) (int, error) {
75 lv.PostAppendText(string(p) + "\r\n")

Callers 2

WriteMethod · 0.95
mainFunction · 0.95

Calls 1

HandleMethod · 0.65

Tested by

no test coverage detected