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.

  1. setEventTouchY :: MonadIO m => EventTouch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouch

    Set the value of the “y” field. When overloading is enabled, this is equivalent to

    set eventTouch [ #y := value ]
    

  2. setEventTouchYRoot :: MonadIO m => EventTouch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouch

    Set the value of the “y_root” field. When overloading is enabled, this is equivalent to

    set eventTouch [ #yRoot := value ]
    

  3. setEventTouchpadPinchAngleDelta :: MonadIO m => EventTouchpadPinch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “angle_delta” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #angleDelta := value ]
    

  4. setEventTouchpadPinchDx :: MonadIO m => EventTouchpadPinch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “dx” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #dx := value ]
    

  5. setEventTouchpadPinchDy :: MonadIO m => EventTouchpadPinch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “dy” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #dy := value ]
    

  6. setEventTouchpadPinchNFingers :: MonadIO m => EventTouchpadPinch -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “n_fingers” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #nFingers := value ]
    

  7. setEventTouchpadPinchPhase :: MonadIO m => EventTouchpadPinch -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “phase” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #phase := value ]
    

  8. setEventTouchpadPinchScale :: MonadIO m => EventTouchpadPinch -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “scale” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #scale := value ]
    

  9. setEventTouchpadPinchSendEvent :: MonadIO m => EventTouchpadPinch -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “send_event” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #sendEvent := value ]
    

  10. setEventTouchpadPinchState :: MonadIO m => EventTouchpadPinch -> [ModifierType] -> m ()

    gi-gdk3 GI.Gdk.Structs.EventTouchpadPinch

    Set the value of the “state” field. When overloading is enabled, this is equivalent to

    set eventTouchpadPinch [ #state := value ]
    

Page 423 of many | Previous | Next