NewWindow returns a new Window for this screen. A nil opts is valid and means to use the default option values.
(opts *NewWindowOptions)
| 102 | // NewWindow returns a new Window for this screen. A nil opts is valid and |
| 103 | // means to use the default option values. |
| 104 | NewWindow(opts *NewWindowOptions) (Window, error) |
| 105 | |
| 106 | // RemoveWindow removes the given Window from the app's list of windows. |
| 107 | // It does not actually close it; see [Window.Close] for that. |
no outgoing calls
no test coverage detected