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. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 424 of many | Previous | Next