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.

  1. setCellViewDrawSensitive :: (MonadIO m, IsCellView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set cellView [ #drawSensitive := value ]
    

  2. setCellViewFitModel :: (MonadIO m, IsCellView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set cellView [ #fitModel := value ]
    

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

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

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

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

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

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

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

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

Page 99 of many | Previous | Next