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.
setCellViewBackgroundSet :: (MonadIO m, IsCellView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CellView Set the value of the “background-set” property. When overloading is enabled, this is equivalent to
set cellView [ #backgroundSet := value ]
setCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CellView Set the value of the “draw-sensitive” property. When overloading is enabled, this is equivalent to
set cellView [ #drawSensitive := value ]
setCellViewFitModel :: (MonadIO m, IsCellView o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CellView Set the value of the “fit-model” property. When overloading is enabled, this is equivalent to
set cellView [ #fitModel := value ]
setCellViewModel :: (MonadIO m, IsCellView o, IsTreeModel a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.CellView Set the value of the “model” property. When overloading is enabled, this is equivalent to
set cellView [ #model := value ]
setCheckMenuItemActive :: (MonadIO m, IsCheckMenuItem o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CheckMenuItem Set the value of the “active” property. When overloading is enabled, this is equivalent to
set checkMenuItem [ #active := value ]
setCheckMenuItemDrawAsRadio :: (MonadIO m, IsCheckMenuItem o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CheckMenuItem Set the value of the “draw-as-radio” property. When overloading is enabled, this is equivalent to
set checkMenuItem [ #drawAsRadio := value ]
setCheckMenuItemInconsistent :: (MonadIO m, IsCheckMenuItem o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.CheckMenuItem Set the value of the “inconsistent” property. When overloading is enabled, this is equivalent to
set checkMenuItem [ #inconsistent := value ]
setColorButtonAlpha :: (MonadIO m, IsColorButton o) => o -> Word32 -> m ()gi-gtk3 GI.Gtk.Objects.ColorButton Set the value of the “alpha” property. When overloading is enabled, this is equivalent to
set colorButton [ #alpha := value ]
setColorButtonColor :: (MonadIO m, IsColorButton o) => o -> Color -> m ()gi-gtk3 GI.Gtk.Objects.ColorButton Set the value of the “color” property. When overloading is enabled, this is equivalent to
set colorButton [ #color := value ]
setColorButtonRgba :: (MonadIO m, IsColorButton o) => o -> RGBA -> m ()gi-gtk3 GI.Gtk.Objects.ColorButton Set the value of the “rgba” property. When overloading is enabled, this is equivalent to
set colorButton [ #rgba := value ]