Description

This is the alignment method for positioning Popup widgets.

Fields

  • 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