AddDisposable adds a Disposable resource that should be disposed of together with this Window.
(d Disposable)
| 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. |