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.
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]