Description

Accessibility

Fields

  • default - Activate default
  • up - Activate up
  • down - Activate down
  • right - Activate right
  • left - Activate left
  • back - Activate back

Signature

enum Efl.Ui.Activate {
    default: 0,
    up,
    down,
    right,
    left,
    back
}

C signature

typedef enum {
    EFL_UI_ACTIVATE_DEFAULT = 0,
    EFL_UI_ACTIVATE_UP,
    EFL_UI_ACTIVATE_DOWN,
    EFL_UI_ACTIVATE_RIGHT,
    EFL_UI_ACTIVATE_LEFT,
    EFL_UI_ACTIVATE_BACK
} Efl_Ui_Activate;