Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setImageSurface :: (MonadIO m, IsImage o) => o -> Surface -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “surface” property. When overloading is enabled, this is equivalent to

    set image [ #surface := value ]
    

  2. setImageUseFallback :: (MonadIO m, IsImage o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “use-fallback” property. When overloading is enabled, this is equivalent to

    set image [ #useFallback := value ]
    

  3. setInfoBarMessageType :: (MonadIO m, IsInfoBar o) => o -> MessageType -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “message-type” property. When overloading is enabled, this is equivalent to

    set infoBar [ #messageType := value ]
    

  4. setInfoBarRevealed :: (MonadIO m, IsInfoBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “revealed” property. When overloading is enabled, this is equivalent to

    set infoBar [ #revealed := value ]
    

  5. setInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to

    set infoBar [ #showCloseButton := value ]
    

  6. setInvisibleScreen :: (MonadIO m, IsInvisible o, IsScreen a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “screen” property. When overloading is enabled, this is equivalent to

    set invisible [ #screen := value ]
    

  7. setLabelAngle :: (MonadIO m, IsLabel o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “angle” property. When overloading is enabled, this is equivalent to

    set label [ #angle := value ]
    

  8. setLabelAttributes :: (MonadIO m, IsLabel o) => o -> AttrList -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “attributes” property. When overloading is enabled, this is equivalent to

    set label [ #attributes := value ]
    

  9. setLabelEllipsize :: (MonadIO m, IsLabel o) => o -> EllipsizeMode -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “ellipsize” property. When overloading is enabled, this is equivalent to

    set label [ #ellipsize := value ]
    

  10. setLabelJustify :: (MonadIO m, IsLabel o) => o -> Justification -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “justify” property. When overloading is enabled, this is equivalent to

    set label [ #justify := value ]
    

Page 122 of many | Previous | Next