Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setInfoBarMessageType :: (MonadIO m, IsInfoBar o) => o -> MessageType -> m ()gi-gtk4 GI.Gtk.Objects.InfoBar 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-gtk4 GI.Gtk.Objects.InfoBar 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-gtk4 GI.Gtk.Objects.InfoBar Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to
set infoBar [ #showCloseButton := value ]
setInscriptionAttributes :: (MonadIO m, IsInscription o) => o -> AttrList -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “attributes” property. When overloading is enabled, this is equivalent to
set inscription [ #attributes := value ]
setInscriptionMarkup :: (MonadIO m, IsInscription o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “markup” property. When overloading is enabled, this is equivalent to
set inscription [ #markup := value ]
setInscriptionMinChars :: (MonadIO m, IsInscription o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “min-chars” property. When overloading is enabled, this is equivalent to
set inscription [ #minChars := value ]
setInscriptionMinLines :: (MonadIO m, IsInscription o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “min-lines” property. When overloading is enabled, this is equivalent to
set inscription [ #minLines := value ]
setInscriptionNatChars :: (MonadIO m, IsInscription o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “nat-chars” property. When overloading is enabled, this is equivalent to
set inscription [ #natChars := value ]
setInscriptionNatLines :: (MonadIO m, IsInscription o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “nat-lines” property. When overloading is enabled, this is equivalent to
set inscription [ #natLines := value ]
setInscriptionText :: (MonadIO m, IsInscription o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Inscription Set the value of the “text” property. When overloading is enabled, this is equivalent to
set inscription [ #text := value ]