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.

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

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

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

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

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

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

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

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

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

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

Page 501 of many | Previous | Next