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

Method Synchronize

window.go:354–354  ·  view source on GitHub ↗

Synchronize enqueues func f to be called some time later by the main goroutine from inside a message loop.

(f func())

Source from the content-addressed store, hash-verified

352 // Synchronize enqueues func f to be called some time later by the main
353 // goroutine from inside a message loop.
354 Synchronize(f func())
355
356 // Visible returns if the Window is visible.
357 Visible() bool

Callers 6

SynchronizeMethod · 0.65
WndProcMethod · 0.65
SetBoundWidgetsMethod · 0.65
mainFunction · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected