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.
setRGBAGreen :: MonadIO m => RGBA -> Float -> m ()gi-gdk4 GI.Gdk.Structs.RGBA Set the value of the “green” field. When overloading is enabled, this is equivalent to
set rGBA [ #green := value ]
setRGBARed :: MonadIO m => RGBA -> Float -> m ()gi-gdk4 GI.Gdk.Structs.RGBA Set the value of the “red” field. When overloading is enabled, this is equivalent to
set rGBA [ #red := value ]
setRectangleHeight :: MonadIO m => Rectangle -> Int32 -> m ()gi-gdk4 GI.Gdk.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 -> Int32 -> m ()gi-gdk4 GI.Gdk.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 -> Int32 -> m ()gi-gdk4 GI.Gdk.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 -> Int32 -> m ()gi-gdk4 GI.Gdk.Structs.Rectangle Set the value of the “y” field. When overloading is enabled, this is equivalent to
set rectangle [ #y := value ]
setTimeCoordFlags :: MonadIO m => TimeCoord -> [AxisFlags] -> m ()gi-gdk4 GI.Gdk.Structs.TimeCoord Set the value of the “flags” field. When overloading is enabled, this is equivalent to
set timeCoord [ #flags := value ]
setTimeCoordTime :: MonadIO m => TimeCoord -> Word32 -> m ()gi-gdk4 GI.Gdk.Structs.TimeCoord Set the value of the “time” field. When overloading is enabled, this is equivalent to
set timeCoord [ #time := value ]
setApplicationName :: GlibString string => string -> IO ()glib System.Glib.Utils Sets a human-readable name for the application. This name should be localized if possible, and is intended for display to the user. Contrast with setProgramName, which sets a non-localized name. setProgramName will be performed automatically by initGUI, but setApplicationName will not. Note that for thread safety reasons, this computation can only be performed once. The application name will be used in contexts such as error messages, or when displaying an application's name in the task list.
setProgramName :: GlibString string => string -> IO ()glib System.Glib.Utils Sets the name of the program. This name should not be localized, contrast with setApplicationName. Note that for thread-safety reasons this computation can only be performed once.