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

Method AddDisposable

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

AddDisposable adds a Disposable resource that should be disposed of together with this Window.

(d Disposable)

Source from the content-addressed store, hash-verified

30 // AddDisposable adds a Disposable resource that should be disposed of
31 // together with this Window.
32 AddDisposable(d Disposable)
33
34 // AsWindowBase returns a *WindowBase, a pointer to an instance of the
35 // struct that implements most operations common to all windows.

Callers 2

InitWidgetMethod · 0.65
CanvasMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected