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. setTextViewPixelsAboveLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels-above-lines” property. When overloading is enabled, this is equivalent to

    set textView [ #pixelsAboveLines := value ]
    

  2. setTextViewPixelsBelowLines :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels-below-lines” property. When overloading is enabled, this is equivalent to

    set textView [ #pixelsBelowLines := value ]
    

  3. setTextViewPixelsInsideWrap :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pixels-inside-wrap” property. When overloading is enabled, this is equivalent to

    set textView [ #pixelsInsideWrap := value ]
    

  4. setTextViewPopulateAll :: (MonadIO m, IsTextView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #populateAll := value ]
    

  5. setTextViewRightMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #rightMargin := value ]
    

  6. setTextViewTabs :: (MonadIO m, IsTextView o) => o -> TabArray -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #tabs := value ]
    

  7. setTextViewTopMargin :: (MonadIO m, IsTextView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #topMargin := value ]
    

  8. setTextViewWrapMode :: (MonadIO m, IsTextView o) => o -> WrapMode -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textView [ #wrapMode := value ]
    

  9. setToggleActionActive :: (MonadIO m, IsToggleAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set toggleAction [ #active := value ]
    

  10. setToggleActionDrawAsRadio :: (MonadIO m, IsToggleAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “draw-as-radio” property. When overloading is enabled, this is equivalent to

    set toggleAction [ #drawAsRadio := value ]
    

Page 176 of many | Previous | Next