gi-ayatana-appindicator3-0.1.0: libayatana-appindicator3 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.AyatanaAppIndicator3.Enums

Description

 
Synopsis

Enumerations

IndicatorCategory

data IndicatorCategory Source #

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

Constructors

IndicatorCategoryApplicationStatus

The indicator is used to display the status of the application.

IndicatorCategoryCommunications

The application is used for communication with other people.

IndicatorCategorySystemServices

A system indicator relating to something in the user's system.

IndicatorCategoryHardware

An indicator relating to the user's hardware.

IndicatorCategoryOther

Something not defined in this enum, please don't use unless you really need it.

AnotherIndicatorCategory Int

Catch-all for unknown values

Instances

Instances details
Enum IndicatorCategory Source # 
Instance details

Defined in GI.AyatanaAppIndicator3.Enums

Show IndicatorCategory Source # 
Instance details

Defined in GI.AyatanaAppIndicator3.Enums

Eq IndicatorCategory Source # 
Instance details

Defined in GI.AyatanaAppIndicator3.Enums

Ord IndicatorCategory Source # 
Instance details

Defined in GI.AyatanaAppIndicator3.Enums

IndicatorStatus

data IndicatorStatus Source #

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

Constructors

IndicatorStatusPassive

The indicator should not be shown to the user.

IndicatorStatusActive

The indicator should be shown in it's default state.

IndicatorStatusAttention

The indicator should show it's attention icon.

AnotherIndicatorStatus Int

Catch-all for unknown values