Efl.Ui.Focus.Layer.enable

Description

Whether the focus layer is enabled. This can be handled automatically through Efl.Gfx.Entity.visible and Efl.Ui.Focus.Layer.behaviour.

Values

  • v - true to set enable.

Signature

@property enable @protected {
    get {}
    set {}
    values {
        v: bool;
    }
}

C signature

Eina_Bool efl_ui_focus_layer_enable_get(const Eo *obj);
void efl_ui_focus_layer_enable_set(Eo *obj, Eina_Bool v);

Implemented by