Hoogle Search

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

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

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

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

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

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

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

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

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

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

  9. setLabelLabel :: (MonadIO m, IsLabel o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set label [ #label := value ]
    

  10. setLabelLines :: (MonadIO m, IsLabel o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set label [ #lines := value ]
    

Page 120 of many | Previous | Next