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.
setCellRendererVisible :: (MonadIO m, IsCellRenderer o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #visible := value ]
setCellRendererWidth :: (MonadIO m, IsCellRenderer o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “width” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #width := value ]
setCellRendererXalign :: (MonadIO m, IsCellRenderer o) => o -> Float -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “xalign” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #xalign := value ]
setCellRendererXpad :: (MonadIO m, IsCellRenderer o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “xpad” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #xpad := value ]
setCellRendererYalign :: (MonadIO m, IsCellRenderer o) => o -> Float -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “yalign” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #yalign := value ]
setCellRendererYpad :: (MonadIO m, IsCellRenderer o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “ypad” property. When overloading is enabled, this is equivalent to
set cellRenderer [ #ypad := value ]
setCellViewBackground :: (MonadIO m, IsCellView o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background” property. When overloading is enabled, this is equivalent to
set cellView [ #background := value ]
setCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> Color -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-gdk” property. When overloading is enabled, this is equivalent to
set cellView [ #backgroundGdk := value ]
setCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> RGBA -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-rgba” property. When overloading is enabled, this is equivalent to
set cellView [ #backgroundRgba := value ]
setCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “background-set” property. When overloading is enabled, this is equivalent to
set cellView [ #backgroundSet := value ]