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. setTableNColumns :: (MonadIO m, IsTable o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Table

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

    set table [ #nColumns := value ]
    

  2. setTableNRows :: (MonadIO m, IsTable o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Table

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

    set table [ #nRows := value ]
    

  3. setTableRowSpacing :: (MonadIO m, IsTable o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Table

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

    set table [ #rowSpacing := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.TextBuffer

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

    set textBuffer [ #text := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #accumulativeMargin := value ]
    

  6. setTextTagBackground :: (MonadIO m, IsTextTag o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #background := value ]
    

  7. setTextTagBackgroundFullHeight :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

    Set the value of the “background-full-height” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundFullHeight := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.TextTag

    Set the value of the “background-full-height-set” property. When overloading is enabled, this is equivalent to

    set textTag [ #backgroundFullHeightSet := value ]
    

  9. setTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> Color -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundGdk := value ]
    

  10. setTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> RGBA -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #backgroundRgba := value ]
    

Page 555 of many | Previous | Next