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.
setScreenFontOptions :: (MonadIO m, IsScreen o) => o -> Ptr () -> m ()gi-gdk3 GI.Gdk.Objects.Screen Set the value of the “font-options” property. When overloading is enabled, this is equivalent to
set screen [ #fontOptions := value ]
setScreenResolution :: (MonadIO m, IsScreen o) => o -> Double -> m ()gi-gdk3 GI.Gdk.Objects.Screen Set the value of the “resolution” property. When overloading is enabled, this is equivalent to
set screen [ #resolution := value ]
setWindowCursor :: (MonadIO m, IsWindow o, IsCursor a) => o -> a -> m ()gi-gdk3 GI.Gdk.Objects.Window Set the value of the “cursor” property. When overloading is enabled, this is equivalent to
set window [ #cursor := value ]
setColorBlue :: MonadIO m => Color -> Word16 -> m ()gi-gdk3 GI.Gdk.Structs.Color Set the value of the “blue” field. When overloading is enabled, this is equivalent to
set color [ #blue := value ]
setColorGreen :: MonadIO m => Color -> Word16 -> m ()gi-gdk3 GI.Gdk.Structs.Color Set the value of the “green” field. When overloading is enabled, this is equivalent to
set color [ #green := value ]
setColorPixel :: MonadIO m => Color -> Word32 -> m ()gi-gdk3 GI.Gdk.Structs.Color Set the value of the “pixel” field. When overloading is enabled, this is equivalent to
set color [ #pixel := value ]
setColorRed :: MonadIO m => Color -> Word16 -> m ()gi-gdk3 GI.Gdk.Structs.Color Set the value of the “red” field. When overloading is enabled, this is equivalent to
set color [ #red := value ]
setEventAnySendEvent :: MonadIO m => EventAny -> Int8 -> m ()gi-gdk3 GI.Gdk.Structs.EventAny Set the value of the “send_event” field. When overloading is enabled, this is equivalent to
set eventAny [ #sendEvent := value ]
setEventAnyType :: MonadIO m => EventAny -> EventType -> m ()gi-gdk3 GI.Gdk.Structs.EventAny Set the value of the “type” field. When overloading is enabled, this is equivalent to
set eventAny [ #type := value ]
setEventAnyWindow :: MonadIO m => EventAny -> Ptr Window -> m ()gi-gdk3 GI.Gdk.Structs.EventAny Set the value of the “window” field. When overloading is enabled, this is equivalent to
set eventAny [ #window := value ]