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

Method Done

windowgroup.go:187–189  ·  view source on GitHub ↗

Done decrements the group's reference counter by one.

()

Source from the content-addressed store, hash-verified

185
186// Done decrements the group's reference counter by one.
187func (g *WindowGroup) Done() {
188 g.Add(-1)
189}
190
191// Synchronize adds f to the group's function queue, to be executed
192// by the message loop running on the the group's thread.

Callers 3

DisposeMethod · 0.80
MinSizeForSizeMethod · 0.80
layoutTreeFunction · 0.80

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected