[][src]Type Definition libappindicator::AppIndicatorStatus

type AppIndicatorStatus = u32;

AppIndicatorStatus: @APP_INDICATOR_STATUS_PASSIVE: The indicator should not be shown to the user. @APP_INDICATOR_STATUS_ACTIVE: The indicator should be shown in it's default state. @APP_INDICATOR_STATUS_ATTENTION: The indicator should show it's attention icon.

These are the states that the indicator can be on in the user's panel. The indicator by default starts in the state @APP_INDICATOR_STATUS_PASSIVE and can be shown by setting it to @APP_INDICATOR_STATUS_ACTIVE.