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. setInscriptionTextOverflow :: (MonadIO m, IsInscription o) => o -> InscriptionOverflow -> m ()

    gi-gtk4 GI.Gtk.Objects.Inscription

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

    set inscription [ #textOverflow := value ]
    

  2. setInscriptionWrapMode :: (MonadIO m, IsInscription o) => o -> WrapMode -> m ()

    gi-gtk4 GI.Gtk.Objects.Inscription

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

    set inscription [ #wrapMode := value ]
    

  3. setInscriptionXalign :: (MonadIO m, IsInscription o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Objects.Inscription

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

    set inscription [ #xalign := value ]
    

  4. setInscriptionYalign :: (MonadIO m, IsInscription o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Objects.Inscription

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

    set inscription [ #yalign := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Label

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

    set label [ #attributes := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Label

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

    set label [ #ellipsize := value ]
    

  7. setLabelExtraMenu :: (MonadIO m, IsLabel o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Label

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

    set label [ #extraMenu := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Label

    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-gtk4 GI.Gtk.Objects.Label

    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-gtk4 GI.Gtk.Objects.Label

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

    set label [ #lines := value ]
    

Page 650 of many | Previous | Next