| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gdk.Flags
Contents
Description
- data WindowState
- data WindowHints
- data WindowAttributesType
- data WMFunction
- data WMDecoration
- data SeatCapabilities
- data ModifierType
- = ModifierTypeShiftMask
- | ModifierTypeLockMask
- | ModifierTypeControlMask
- | ModifierTypeMod1Mask
- | ModifierTypeMod2Mask
- | ModifierTypeMod3Mask
- | ModifierTypeMod4Mask
- | ModifierTypeMod5Mask
- | ModifierTypeButton1Mask
- | ModifierTypeButton2Mask
- | ModifierTypeButton3Mask
- | ModifierTypeButton4Mask
- | ModifierTypeButton5Mask
- | ModifierTypeModifierReserved13Mask
- | ModifierTypeModifierReserved14Mask
- | ModifierTypeModifierReserved15Mask
- | ModifierTypeModifierReserved16Mask
- | ModifierTypeModifierReserved17Mask
- | ModifierTypeModifierReserved18Mask
- | ModifierTypeModifierReserved19Mask
- | ModifierTypeModifierReserved20Mask
- | ModifierTypeModifierReserved21Mask
- | ModifierTypeModifierReserved22Mask
- | ModifierTypeModifierReserved23Mask
- | ModifierTypeModifierReserved24Mask
- | ModifierTypeModifierReserved25Mask
- | ModifierTypeSuperMask
- | ModifierTypeHyperMask
- | ModifierTypeMetaMask
- | ModifierTypeModifierReserved29Mask
- | ModifierTypeReleaseMask
- | ModifierTypeModifierMask
- | AnotherModifierType Int
- data FrameClockPhase
- data EventMask
- = EventMaskExposureMask
- | EventMaskPointerMotionMask
- | EventMaskPointerMotionHintMask
- | EventMaskButtonMotionMask
- | EventMaskButton1MotionMask
- | EventMaskButton2MotionMask
- | EventMaskButton3MotionMask
- | EventMaskButtonPressMask
- | EventMaskButtonReleaseMask
- | EventMaskKeyPressMask
- | EventMaskKeyReleaseMask
- | EventMaskEnterNotifyMask
- | EventMaskLeaveNotifyMask
- | EventMaskFocusChangeMask
- | EventMaskStructureMask
- | EventMaskPropertyChangeMask
- | EventMaskVisibilityNotifyMask
- | EventMaskProximityInMask
- | EventMaskProximityOutMask
- | EventMaskSubstructureMask
- | EventMaskScrollMask
- | EventMaskTouchMask
- | EventMaskSmoothScrollMask
- | EventMaskTouchpadGestureMask
- | EventMaskAllEventsMask
- | AnotherEventMask Int
- data DragAction
Exported types
data WindowState Source #
Constructors
| WindowStateWithdrawn | |
| WindowStateIconified | |
| WindowStateMaximized | |
| WindowStateSticky | |
| WindowStateFullscreen | |
| WindowStateAbove | |
| WindowStateBelow | |
| WindowStateFocused | |
| WindowStateTiled | |
| AnotherWindowState Int |
Instances
| Enum WindowState Source # | |
| Eq WindowState Source # | |
| Ord WindowState Source # | |
| Show WindowState Source # | |
| IsGFlag WindowState Source # | |
| BoxedFlags WindowState Source # | |
data WindowHints Source #
Constructors
| WindowHintsPos | |
| WindowHintsMinSize | |
| WindowHintsMaxSize | |
| WindowHintsBaseSize | |
| WindowHintsAspect | |
| WindowHintsResizeInc | |
| WindowHintsWinGravity | |
| WindowHintsUserPos | |
| WindowHintsUserSize | |
| AnotherWindowHints Int |
Instances
| Enum WindowHints Source # | |
| Eq WindowHints Source # | |
| Ord WindowHints Source # | |
| Show WindowHints Source # | |
| IsGFlag WindowHints Source # | |
| BoxedFlags WindowHints Source # | |
data WindowAttributesType Source #
Constructors
Instances
data WMFunction Source #
Constructors
| WMFunctionAll | |
| WMFunctionResize | |
| WMFunctionMove | |
| WMFunctionMinimize | |
| WMFunctionMaximize | |
| WMFunctionClose | |
| AnotherWMFunction Int |
Instances
| Enum WMFunction Source # | |
| Eq WMFunction Source # | |
| Ord WMFunction Source # | |
| Show WMFunction Source # | |
| IsGFlag WMFunction Source # | |
| BoxedFlags WMFunction Source # | |
data WMDecoration Source #
Constructors
| WMDecorationAll | |
| WMDecorationBorder | |
| WMDecorationResizeh | |
| WMDecorationTitle | |
| WMDecorationMenu | |
| WMDecorationMinimize | |
| WMDecorationMaximize | |
| AnotherWMDecoration Int |
Instances
| Enum WMDecoration Source # | |
| Eq WMDecoration Source # | |
| Ord WMDecoration Source # | |
| Show WMDecoration Source # | |
| IsGFlag WMDecoration Source # | |
| BoxedFlags WMDecoration Source # | |
data SeatCapabilities Source #
Constructors
| SeatCapabilitiesNone | |
| SeatCapabilitiesPointer | |
| SeatCapabilitiesTouch | |
| SeatCapabilitiesTabletStylus | |
| SeatCapabilitiesKeyboard | |
| SeatCapabilitiesAllPointing | |
| SeatCapabilitiesAll | |
| AnotherSeatCapabilities Int |
Instances
| Enum SeatCapabilities Source # | |
| Eq SeatCapabilities Source # | |
| Ord SeatCapabilities Source # | |
| Show SeatCapabilities Source # | |
| IsGFlag SeatCapabilities Source # | |
| BoxedFlags SeatCapabilities Source # | |
data ModifierType Source #
Constructors
Instances
| Enum ModifierType Source # | |
| Eq ModifierType Source # | |
| Ord ModifierType Source # | |
| Show ModifierType Source # | |
| IsGFlag ModifierType Source # | |
| BoxedFlags ModifierType Source # | |
data FrameClockPhase Source #
Constructors
Instances
| Enum FrameClockPhase Source # | |
| Eq FrameClockPhase Source # | |
| Ord FrameClockPhase Source # | |
| Show FrameClockPhase Source # | |
| IsGFlag FrameClockPhase Source # | |
| BoxedFlags FrameClockPhase Source # | |
Constructors
data DragAction Source #
Constructors
| DragActionDefault | |
| DragActionCopy | |
| DragActionMove | |
| DragActionLink | |
| DragActionPrivate | |
| DragActionAsk | |
| AnotherDragAction Int |
Instances
| Enum DragAction Source # | |
| Eq DragAction Source # | |
| Ord DragAction Source # | |
| Show DragAction Source # | |
| IsGFlag DragAction Source # | |
| BoxedFlags DragAction Source # | |