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.
setTraceFlagsAsync :: TraceFlags -> Process ()distributed-process Control.Distributed.Process.Management.Internal.Trace.Primitives Set the given flags for the current tracer.
setTraceFlagsRemote :: TraceFlags -> NodeId -> Process ()distributed-process Control.Distributed.Process.Management.Internal.Trace.Remote Set the given flags for a remote node (asynchronous).
setTraceFlags :: MxEventBus -> TraceFlags -> IO ()distributed-process Control.Distributed.Process.Management.Internal.Trace.Types No documentation available.
setTraceFlagsSync :: MxEventBus -> SendPort TraceOk -> TraceFlags -> IO ()distributed-process Control.Distributed.Process.Management.Internal.Trace.Types No documentation available.
setRectangleHeight :: MonadIO m => Rectangle -> Double -> m ()gi-cairo GI.Cairo.Structs.Rectangle Set the value of the “height” field. When overloading is enabled, this is equivalent to
set rectangle [ #height := value ]
setRectangleWidth :: MonadIO m => Rectangle -> Double -> m ()gi-cairo GI.Cairo.Structs.Rectangle Set the value of the “width” field. When overloading is enabled, this is equivalent to
set rectangle [ #width := value ]
setRectangleX :: MonadIO m => Rectangle -> Double -> m ()gi-cairo GI.Cairo.Structs.Rectangle Set the value of the “x” field. When overloading is enabled, this is equivalent to
set rectangle [ #x := value ]
setRectangleY :: MonadIO m => Rectangle -> Double -> m ()gi-cairo GI.Cairo.Structs.Rectangle Set the value of the “y” field. When overloading is enabled, this is equivalent to
set rectangle [ #y := value ]
setRectangleIntHeight :: MonadIO m => RectangleInt -> Int32 -> m ()gi-cairo GI.Cairo.Structs.RectangleInt Set the value of the “height” field. When overloading is enabled, this is equivalent to
set rectangleInt [ #height := value ]
setRectangleIntWidth :: MonadIO m => RectangleInt -> Int32 -> m ()gi-cairo GI.Cairo.Structs.RectangleInt Set the value of the “width” field. When overloading is enabled, this is equivalent to
set rectangleInt [ #width := value ]