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