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. setActionGroupAccelGroup :: (MonadIO m, IsActionGroup o, IsAccelGroup a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionGroup [ #accelGroup := value ]
    

  2. setActionGroupSensitive :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionGroup [ #sensitive := value ]
    

  3. setActionGroupVisible :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionGroup [ #visible := value ]
    

  4. setActionHideIfEmpty :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “hide-if-empty” property. When overloading is enabled, this is equivalent to

    set action [ #hideIfEmpty := value ]
    

  5. setActionIconName :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #iconName := value ]
    

  6. setActionIsImportant :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #isImportant := value ]
    

  7. setActionLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #label := value ]
    

  8. setActionSensitive :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #sensitive := value ]
    

  9. setActionShortLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #shortLabel := value ]
    

  10. setActionStockId :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #stockId := value ]
    

Page 78 of many | Previous | Next