Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setEventTouchpadPinchTime :: MonadIO m => EventTouchpadPinch -> Word32 -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “time” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #time := value ]
setEventTouchpadPinchType :: MonadIO m => EventTouchpadPinch -> EventType -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “type” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #type := value ]
setEventTouchpadPinchWindow :: MonadIO m => EventTouchpadPinch -> Ptr Window -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “window” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #window := value ]
setEventTouchpadPinchX :: MonadIO m => EventTouchpadPinch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “x” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #x := value ]
setEventTouchpadPinchXRoot :: MonadIO m => EventTouchpadPinch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “x_root” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #xRoot := value ]
setEventTouchpadPinchY :: MonadIO m => EventTouchpadPinch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “y” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #y := value ]
setEventTouchpadPinchYRoot :: MonadIO m => EventTouchpadPinch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch Set the value of the “y_root” field. When overloading is enabled, this is equivalent to
set eventTouchpadPinch [ #yRoot := value ]
setEventTouchpadSwipeDx :: MonadIO m => EventTouchpadSwipe -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadSwipe Set the value of the “dx” field. When overloading is enabled, this is equivalent to
set eventTouchpadSwipe [ #dx := value ]
setEventTouchpadSwipeDy :: MonadIO m => EventTouchpadSwipe -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadSwipe Set the value of the “dy” field. When overloading is enabled, this is equivalent to
set eventTouchpadSwipe [ #dy := value ]
setEventTouchpadSwipeNFingers :: MonadIO m => EventTouchpadSwipe -> Int8 -> m ()gi-gdk3 GI.Gdk.Structs.EventTouchpadSwipe Set the value of the “n_fingers” field. When overloading is enabled, this is equivalent to
set eventTouchpadSwipe [ #nFingers := value ]