Efl.Ui.Win.indicator_mode

Description

In some environments you may have an indicator that shows battery status, reception, time etc. This is the indicator.

Sometimes you don't want this because you provide the same functionality inside your app, so this will request that the indicator is disabled in such circumstances. The default settings depends on the environment. For example, on phones, the default is to enable the indicator. The indicator is disabled on devices like televisions however.

Since 1.22

Values

Signature

@property indicator_mode {
    get {}
    set {}
    values {
        type: Efl.Ui.Win_Indicator_Mode;
    }
}

C signature

Implemented by