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.
setEventScrollSendEvent :: MonadIO m => EventScroll -> Int8 -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “send_event” field. When overloading is enabled, this is equivalent to
set eventScroll [ #sendEvent := value ]
setEventScrollState :: MonadIO m => EventScroll -> [ModifierType] -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “state” field. When overloading is enabled, this is equivalent to
set eventScroll [ #state := value ]
setEventScrollTime :: MonadIO m => EventScroll -> Word32 -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “time” field. When overloading is enabled, this is equivalent to
set eventScroll [ #time := value ]
setEventScrollType :: MonadIO m => EventScroll -> EventType -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “type” field. When overloading is enabled, this is equivalent to
set eventScroll [ #type := value ]
setEventScrollWindow :: MonadIO m => EventScroll -> Ptr Window -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “window” field. When overloading is enabled, this is equivalent to
set eventScroll [ #window := value ]
setEventScrollX :: MonadIO m => EventScroll -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “x” field. When overloading is enabled, this is equivalent to
set eventScroll [ #x := value ]
setEventScrollXRoot :: MonadIO m => EventScroll -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “x_root” field. When overloading is enabled, this is equivalent to
set eventScroll [ #xRoot := value ]
setEventScrollY :: MonadIO m => EventScroll -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “y” field. When overloading is enabled, this is equivalent to
set eventScroll [ #y := value ]
setEventScrollYRoot :: MonadIO m => EventScroll -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventScroll Set the value of the “y_root” field. When overloading is enabled, this is equivalent to
set eventScroll [ #yRoot := value ]
setEventSelectionRequestor :: MonadIO m => EventSelection -> Ptr Window -> m ()gi-gdk3 GI.Gdk.Structs.EventSelection Set the value of the “requestor” field. When overloading is enabled, this is equivalent to
set eventSelection [ #requestor := value ]