Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. constructTextTagJustificationSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TextTag

    Construct a GValueConstruct with valid value for the “justification-set” property. This is rarely needed directly, but it is used by new.

  2. getTextTagJustification :: (MonadIO m, IsTextTag o) => o -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextTag

    Get the value of the “justification” property. When overloading is enabled, this is equivalent to

    get textTag #justification
    

  3. getTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextTag

    Get the value of the “justification-set” property. When overloading is enabled, this is equivalent to

    get textTag #justificationSet
    

  4. setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #justification := value ]
    

  5. setTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #justificationSet := value ]
    

  6. constructTextViewJustification :: (IsTextView o, MonadIO m) => Justification -> m (GValueConstruct o)

    gi-gtk3 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.

  7. getTextViewJustification :: (MonadIO m, IsTextView o) => o -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextView

    Get the value of the “justification” property. When overloading is enabled, this is equivalent to

    get textView #justification
    

  8. setTextViewJustification :: (MonadIO m, IsTextView o) => o -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.TextView

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

    set textView [ #justification := value ]
    

  9. textViewGetHadjustment :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.TextView

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  10. textViewGetJustification :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextView

    Gets the default justification of paragraphs in textView. Tags in the buffer may override the default.

Page 88 of many | Previous | Next