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.
WindowDisabler
represents a C++wxWindowDisabler
class instance which your code has ownership,WindowDisablerIsOwned
<false>
represents one which don’t own.- Use
WindowDisabler
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxWindowDisabler
class’s documentation for more details.
Aliased Type§
pub struct WindowDisabler(/* private fields */);