Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setCellViewModel :: (MonadIO m, IsCellView o, IsTreeModel a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “rgba” property. When overloading is enabled, this is equivalent to
set colorButton [ #rgba := value ]
setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorButton [ #showEditor := value ]
setColorButtonTitle :: (MonadIO m, IsColorButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “title” property. When overloading is enabled, this is equivalent to
set colorButton [ #title := value ]
setColorButtonUseAlpha :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-alpha” property. When overloading is enabled, this is equivalent to
set colorButton [ #useAlpha := value ]