Description

Focus Autoscroll Mode

Since 1.10

Fields

  • show - Directly show the focused region or item automatically.
  • none - Do not show the focused region or item automatically.
  • bring_in - Bring in the focused region or item automatically which might invole the scrolling.

Signature

enum Efl.Ui.Focus.Autoscroll_Mode {
    show: 0,
    none,
    bring_in
}

C signature

typedef enum {
    EFL_UI_FOCUS_AUTOSCROLL_MODE_SHOW = 0,
    EFL_UI_FOCUS_AUTOSCROLL_MODE_NONE,
    EFL_UI_FOCUS_AUTOSCROLL_MODE_BRING_IN
} Efl_Ui_Focus_Autoscroll_Mode;