Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

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

  1. setTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #cursorVisible := value ]
    

  2. setTextViewEditable :: (MonadIO m, IsTextView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #editable := value ]
    

  3. setTextViewImModule :: (MonadIO m, IsTextView o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #imModule := value ]
    

  4. setTextViewIndent :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #indent := value ]
    

  5. setTextViewInputHints :: (MonadIO m, IsTextView o) => o -> [InputHints] -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #inputHints := value ]
    

  6. setTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> InputPurpose -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #inputPurpose := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #justification := value ]
    

  8. setTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #leftMargin := value ]
    

  9. setTextViewMonospace :: (MonadIO m, IsTextView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #monospace := value ]
    

  10. setTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #overwrite := value ]
    

Page 175 of many | Previous | Next