Efl.Ui.Win.stack_base

Description

The stack base state of this window

This is a boolean flag that determines if this window will become the base of a stack at all. You must enable this on a base (the bottom of a window stack) for things to work correctly.

This state should be set before a window is shown for the first time and never changed afterwards.

Since 1.22

Values

  • base - true if this is a stack base window, false otherwise.

Signature

@property stack_base @beta {
    get {}
    set {}
    values {
        base: bool;
    }
}

C signature

Eina_Bool efl_ui_win_stack_base_get(const Eo *obj);
void efl_ui_win_stack_base_set(Eo *obj, Eina_Bool base);

Implemented by