Type Definition libappindicator_sys::AppIndicatorCategory[][src]

pub type AppIndicatorCategory = u32;
Expand description

AppIndicatorCategory: @APP_INDICATOR_CATEGORY_APPLICATION_STATUS: The indicator is used to display the status of the application. @APP_INDICATOR_CATEGORY_COMMUNICATIONS: The application is used for communication with other people. @APP_INDICATOR_CATEGORY_SYSTEM_SERVICES: A system indicator relating to something in the user’s system. @APP_INDICATOR_CATEGORY_HARDWARE: An indicator relating to the user’s hardware. @APP_INDICATOR_CATEGORY_OTHER: Something not defined in this enum, please don’t use unless you really need it.

The category provides grouping for the indicators so that users can find indicators that are similar together.