Description

Panel orientation mode

Fields

  • top - Panel (dis)appears from the top
  • bottom - Panel (dis)appears from the bottom
  • left - Panel (dis)appears from the left
  • right - Panel (dis)appears from the right

Signature

enum Efl.Ui.Panel_Orient {
    top: 0,
    bottom,
    left,
    right
}

C signature

typedef enum {
    EFL_UI_PANEL_ORIENT_TOP = 0,
    EFL_UI_PANEL_ORIENT_BOTTOM,
    EFL_UI_PANEL_ORIENT_LEFT,
    EFL_UI_PANEL_ORIENT_RIGHT
} Efl_Ui_Panel_Orient;