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. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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.

  10. 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.

Page 392 of many | Previous | Next