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