| 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.GtkLayerShell.Enums
Contents
Description
Synopsis
- data Edge
- data KeyboardMode
- data Layer
Enumerations
Edge
No description available in the introspection data.
Constructors
| EdgeLeft | The left edge of the screen. |
| EdgeRight | The right edge of the screen. |
| EdgeTop | The top edge of the screen. |
| EdgeBottom | The bottom edge of the screen. |
| EdgeEntryNumber | Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added) |
| AnotherEdge Int | Catch-all for unknown values |
KeyboardMode
data KeyboardMode Source #
GTK_LAYER_SHELL_KEYBOARD_MODE_NONE: This window should not receive keyboard events. GTK_LAYER_SHELL_KEYBOARD_MODE_EXCLUSIVE: This window should have exclusive focus if it is on the top or overlay layer. GTK_LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND: The user should be able to focus and unfocues this window in an implementation defined way. Not supported for protocol version < 4. GTK_LAYER_SHELL_KEYBOARD_MODE_ENTRY_NUMBER: Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added)
Constructors
| KeyboardModeNone | No description available in the introspection data. |
| KeyboardModeExclusive | No description available in the introspection data. |
| KeyboardModeOnDemand | No description available in the introspection data. |
| KeyboardModeEntryNumber | No description available in the introspection data. |
| AnotherKeyboardMode Int | Catch-all for unknown values |
Instances
Layer
No description available in the introspection data.
Constructors
| LayerBackground | The background layer. |
| LayerBottom | The bottom layer. |
| LayerTop | The top layer. |
| LayerOverlay | The overlay layer. |
| LayerEntryNumber | Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added) |
| AnotherLayer Int | Catch-all for unknown values |