Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getTextTagJustification :: (MonadIO m, IsTextTag o) => o -> m Justificationgi-gtk4 GI.Gtk.Objects.TextTag Get the value of the “justification” property. When overloading is enabled, this is equivalent to
get textTag #justification
getTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TextTag Get the value of the “justification-set” property. When overloading is enabled, this is equivalent to
get textTag #justificationSet
setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “justification” property. When overloading is enabled, this is equivalent to
set textTag [ #justification := value ]
setTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “justification-set” property. When overloading is enabled, this is equivalent to
set textTag [ #justificationSet := value ]
-
gi-gtk4 GI.Gtk.Objects.TextView Construct a GValueConstruct with valid value for the “justification” property. This is rarely needed directly, but it is used by new.
getTextViewJustification :: (MonadIO m, IsTextView o) => o -> m Justificationgi-gtk4 GI.Gtk.Objects.TextView Get the value of the “justification” property. When overloading is enabled, this is equivalent to
get textView #justification
setTextViewJustification :: (MonadIO m, IsTextView o) => o -> Justification -> m ()gi-gtk4 GI.Gtk.Objects.TextView Set the value of the “justification” property. When overloading is enabled, this is equivalent to
set textView [ #justification := value ]
textViewGetJustification :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Justificationgi-gtk4 GI.Gtk.Objects.TextView Gets the default justification of paragraphs in textView. Tags in the buffer may override the default.
textViewSetJustification :: (HasCallStack, MonadIO m, IsTextView a) => a -> Justification -> m ()gi-gtk4 GI.Gtk.Objects.TextView Sets the default justification of text in textView. Tags in the view’s buffer may override the default.
mrgJust :: (Mergeable (Maybe a), Applicative m, TryMerge m) => a -> m (Maybe a)grisette Grisette.Lib.Data.Maybe Smart constructor for Just to construct values wrapped and possibly merged in a container.