MCPcopy Index your code
hub / github.com/lxn/walk / Dispose

Method Dispose

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

Dispose releases the operating system resources, associated with the Window. If a user closes a *MainWindow or *Dialog, it is automatically released. Also, if a Container is disposed of, all its descendants will be released as well.

()

Source from the content-addressed store, hash-verified

104 // Also, if a Container is disposed of, all its descendants will be released
105 // as well.
106 Dispose()
107
108 // Disposing returns an Event that is published when the Window is disposed
109 // of.

Callers 5

initWindowWithCfgFunction · 0.65
DisposeMethod · 0.65
calculateTextSizeFunction · 0.65
ScreenshotMethod · 0.65
WndProcMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected