Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    get textTag #justificationSet
    

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

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

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

    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.

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

    gi-gtk4 GI.Gtk.Objects.TextView

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

    get textView #justification
    

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

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

    gi-gtk4 GI.Gtk.Objects.TextView

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

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

  9. containerFocusHAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusHadjustment' property. See containerGetFocusHAdjustment and containerSetFocusHAdjustment

  10. containerFocusVAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusVadjustment' property. See containerGetFocusVAdjustment and containerSetFocusVAdjustment

Page 102 of many | Previous | Next