Table of Contents

Description

This is the alignment method for positioning Popup widgets.

Fields

Signature

enum Efl.Ui.Popup_Align {
    none: 0,
    center,
    left,
    right,
    top,
    bottom
}

C signature

typedef enum {
    EFL_UI_POPUP_ALIGN_NONE = 0,
    EFL_UI_POPUP_ALIGN_CENTER,
    EFL_UI_POPUP_ALIGN_LEFT,
    EFL_UI_POPUP_ALIGN_RIGHT,
    EFL_UI_POPUP_ALIGN_TOP,
    EFL_UI_POPUP_ALIGN_BOTTOM
} Efl_Ui_Popup_Align;