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