Enum droom_ui::dialog::dialog::ShowState [] [src]

pub enum ShowState {
    Hide,
    Show,
    Restore,
    Minimize,
    Maximize,
}

Variants

Was minimized or maximized.

Note: Not received in Motif when activated from the maximize button

Trait Implementations

impl Debug for ShowState
[src]

Formats the value using the given formatter.

impl Copy for ShowState
[src]

impl Clone for ShowState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ShowState
[src]

impl PartialEq for ShowState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.