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. setEventProximityDevice :: MonadIO m => EventProximity -> Ptr Device -> m ()

    gi-gdk3 GI.Gdk.Structs.EventProximity

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

    set eventProximity [ #device := value ]
    

  2. setEventProximitySendEvent :: MonadIO m => EventProximity -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventProximity

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

    set eventProximity [ #sendEvent := value ]
    

  3. setEventProximityTime :: MonadIO m => EventProximity -> Word32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventProximity

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

    set eventProximity [ #time := value ]
    

  4. setEventProximityType :: MonadIO m => EventProximity -> EventType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventProximity

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

    set eventProximity [ #type := value ]
    

  5. setEventProximityWindow :: MonadIO m => EventProximity -> Ptr Window -> m ()

    gi-gdk3 GI.Gdk.Structs.EventProximity

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

    set eventProximity [ #window := value ]
    

  6. setEventScrollDeltaX :: MonadIO m => EventScroll -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventScroll

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

    set eventScroll [ #deltaX := value ]
    

  7. setEventScrollDeltaY :: MonadIO m => EventScroll -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventScroll

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

    set eventScroll [ #deltaY := value ]
    

  8. setEventScrollDevice :: MonadIO m => EventScroll -> Ptr Device -> m ()

    gi-gdk3 GI.Gdk.Structs.EventScroll

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

    set eventScroll [ #device := value ]
    

  9. setEventScrollDirection :: MonadIO m => EventScroll -> ScrollDirection -> m ()

    gi-gdk3 GI.Gdk.Structs.EventScroll

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

    set eventScroll [ #direction := value ]
    

  10. setEventScrollIsStop :: MonadIO m => EventScroll -> Word32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventScroll

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

    set eventScroll [ #isStop := value ]
    

Page 419 of many | Previous | Next