Description

Defines the type indicator that can be shown.

Since 1.22

Fields

  • off - Request to deactivate the indicator.
  • bg_opaque - The indicator icon is opaque, as is the indicator background. The content of window is located at the end of the indicator. The area of indicator and window content are not overlapped.
  • bg_transparent - The icon of indicator is opaque, but the background is transparent. The content of window is located under the indicator in Z-order. The area of indicator and window content are overlapped.
  • hidden - The indicator is hidden so user can see only the content of window such as in video mode. If user flicks the upper side of window, the indicator is shown temporarily.

Signature

enum Efl.Ui.Win_Indicator_Mode {
    off: 0,
    bg_opaque,
    bg_transparent,
    hidden
}

C signature