IconizeEventMethods

Trait IconizeEventMethods 

Source
pub trait IconizeEventMethods: EventMethods {
    // Provided method
    fn is_iconized(&self) -> bool { ... }
}
Expand description

This trait represents C++ wxIconizeEvent class’s methods and inheritance.

See IconizeEventIsOwned documentation for the class usage.

Provided Methods§

Source

fn is_iconized(&self) -> bool

Returns true if the frame has been iconized, false if it has been restored.

See C++ wxIconizeEvent::IsIconized()’s documentation.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§