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

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

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

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

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

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

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

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

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

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #tooltip := value ]
    

  10. setActionVisible :: (MonadIO m, IsAction 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 action [ #visible := value ]
    

Page 76 of many | Previous | Next