Efl.Ui.Win.minimized

Description

The minimized state of a window.

Since 1.22

Values

  • state - If true, the window is minimized.

Signature

@property minimized {
    get {}
    set {}
    values {
        state: bool;
    }
}

C signature

Eina_Bool efl_ui_win_minimized_get(const Eo *obj);
void efl_ui_win_minimized_set(Eo *obj, Eina_Bool state);

Implemented by