Efl.Ui.Win.maximized

Description

The maximized state of a window.

Since 1.22

Values

  • maximized - If true, the window is maximized.

Signature

@property maximized {
    get {}
    set {}
    values {
        maximized: bool;
    }
}

C signature

Eina_Bool efl_ui_win_maximized_get(const Eo *obj);
void efl_ui_win_maximized_set(Eo *obj, Eina_Bool maximized);

Implemented by