Type Alias WindowDisabler

Source
pub type WindowDisabler = WindowDisablerIsOwned<true>;
Expand description

This class disables all top level windows of the application (maybe with the exception of one of them) in its constructor and enables them back in its destructor.

Aliased Type§

pub struct WindowDisabler(/* private fields */);