[][src]Constant druid::commands::SHOW_WINDOW

pub const SHOW_WINDOW: Selector;

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.