Efl.Ui.Popup.align_priority

Description

This is the priority in which alignments will be tested using the anchor object if the value of Efl.Ui.Popup.align is determined to be invalid. If a given alignment would result in the popup being partially or fully outside the visible area of the window, it is deemed invalid, and the next alignment is tested until either the priority list is exhausted or a usable alignment is found.

An alignment will also be deemed invalid if the popup occludes its anchor object, except if Efl.Ui.Popup_Align.center is specified.

Since 1.23

Values

Signature

@property align_priority {
    get {}
    set {}
    values {
        first: Efl.Ui.Popup_Align;
        second: Efl.Ui.Popup_Align;
        third: Efl.Ui.Popup_Align;
        fourth: Efl.Ui.Popup_Align;
        fifth: Efl.Ui.Popup_Align;
    }
}

C signature

Implemented by