pub const SHOW_WINDOW: Selector<()>;
Expand description

The selector for a command to bring a window to the front, and give it focus.

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.