pub const CLOSE_WINDOW: Selector<()>;Expand description
The selector for a command to close a window.
The command must target a specific window.
When calling submit_command on a Widgets context, passing None as target
will automatically target the window containing the widget.