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.

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

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

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

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

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

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

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

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

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

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

Page 97 of many | Previous | Next