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

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

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

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

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

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

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

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

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

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

Page 407 of many | Previous | Next