| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Dbusmenu.Enums
Contents
Description
Synopsis
Enumerations
Status
Tracks how the menus should be presented to the user.
Constructors
| StatusNormal | Everything is normal |
| StatusNotice | The menus should be shown at a higher priority |
| AnotherStatus Int | Catch-all for unknown values |
TextDirection
data TextDirection Source #
The direction of text that the strings that this server will be sending strings as.
Constructors
| TextDirectionNone | Unspecified text direction |
| TextDirectionLtr | Left-to-right text direction |
| TextDirectionRtl | Right-to-left text direction |
| AnotherTextDirection Int | Catch-all for unknown values |