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.

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

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

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

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

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

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

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

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

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

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

Page 649 of many | Previous | Next