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.
setTextViewCursorVisible :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “cursor-visible” property. When overloading is enabled, this is equivalent to
set textView [ #cursorVisible := value ]
setTextViewEditable :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “editable” property. When overloading is enabled, this is equivalent to
set textView [ #editable := value ]
setTextViewImModule :: (MonadIO m, IsTextView o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “im-module” property. When overloading is enabled, this is equivalent to
set textView [ #imModule := value ]
setTextViewIndent :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “indent” property. When overloading is enabled, this is equivalent to
set textView [ #indent := value ]
setTextViewInputHints :: (MonadIO m, IsTextView o) => o -> [InputHints] -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “input-hints” property. When overloading is enabled, this is equivalent to
set textView [ #inputHints := value ]
setTextViewInputPurpose :: (MonadIO m, IsTextView o) => o -> InputPurpose -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “input-purpose” property. When overloading is enabled, this is equivalent to
set textView [ #inputPurpose := value ]
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 ]
setTextViewLeftMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “left-margin” property. When overloading is enabled, this is equivalent to
set textView [ #leftMargin := value ]
setTextViewMonospace :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “monospace” property. When overloading is enabled, this is equivalent to
set textView [ #monospace := value ]
setTextViewOverwrite :: (MonadIO m, IsTextView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.TextView Set the value of the “overwrite” property. When overloading is enabled, this is equivalent to
set textView [ #overwrite := value ]