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. setTextPlaceholderText :: (MonadIO m, IsText o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Text

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

    set text [ #placeholderText := value ]
    

  2. setTextPropagateTextWidth :: (MonadIO m, IsText o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Text

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

    set text [ #propagateTextWidth := value ]
    

  3. setTextTabs :: (MonadIO m, IsText o) => o -> TabArray -> m ()

    gi-gtk4 GI.Gtk.Objects.Text

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

    set text [ #tabs := value ]
    

  4. setTextTruncateMultiline :: (MonadIO m, IsText o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Text

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

    set text [ #truncateMultiline := value ]
    

  5. setTextVisibility :: (MonadIO m, IsText o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Text

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

    set text [ #visibility := value ]
    

  6. setTextBufferEnableUndo :: (MonadIO m, IsTextBuffer o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextBuffer

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

    set textBuffer [ #enableUndo := value ]
    

  7. setTextBufferText :: (MonadIO m, IsTextBuffer o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.TextBuffer

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

    set textBuffer [ #text := value ]
    

  8. setTextTagAccumulativeMargin :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #accumulativeMargin := value ]
    

  9. setTextTagAllowBreaks :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #allowBreaks := value ]
    

  10. setTextTagAllowBreaksSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #allowBreaksSet := value ]
    

Page 686 of many | Previous | Next