~~Title: Efl.Ui.Popup_Align~~ ===== Description ===== %%This is the alignment method for positioning Popup widgets.%% //Since 1.23// {{page>:develop:api-include:efl:ui:popup_align:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:ui:popup_align:fields&nouser&nolink&nodate}} * **none** - %%Popup not aligned.%% * **center** - %%Popup is aligned to the center of its anchor object.%% * **left** - %%Popup's left edge is aligned to the left side of its anchor object.%% * **right** - %%Popup's right edge is aligned to the right side of its anchor object.%% * **top** - %%Popup's top is aligned to the top of its anchor object.%% * **bottom** - %%Popup's bottom is aligned to the bottom of its anchor object.%% ===== 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;