Efl.Ui.Focus.Layer.behaviour

Description

Sets the behaviour of the focus layer.

Values

  • enable_on_visible - true means layer will enable itself once the widget becomes visible
  • cycle - If true the focus will cycle (from last object to first, and vice versa) in the layer.

Signature

@property behaviour @protected {
    get {}
    set {}
    values {
        enable_on_visible: bool;
        cycle: bool;
    }
}

C signature

void efl_ui_focus_layer_behaviour_get(const Eo *obj, Eina_Bool *enable_on_visible, Eina_Bool *cycle);
void efl_ui_focus_layer_behaviour_set(Eo *obj, Eina_Bool enable_on_visible, Eina_Bool cycle);

Implemented by