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.
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 ]
setActionVisibleHorizontal :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible-horizontal” property. When overloading is enabled, this is equivalent to
set action [ #visibleHorizontal := value ]
setActionVisibleOverflown :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible-overflown” property. When overloading is enabled, this is equivalent to
set action [ #visibleOverflown := value ]
setActionVisibleVertical :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible-vertical” property. When overloading is enabled, this is equivalent to
set action [ #visibleVertical := value ]
setActionableActionName :: (MonadIO m, IsActionable o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “action-name” property. When overloading is enabled, this is equivalent to
set actionable [ #actionName := value ]
setActionableActionTarget :: (MonadIO m, IsActionable o) => o -> GVariant -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “action-target” property. When overloading is enabled, this is equivalent to
set actionable [ #actionTarget := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “get_action_name” field. When overloading is enabled, this is equivalent to
set actionableInterface [ #getActionName := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “get_action_target_value” field. When overloading is enabled, this is equivalent to
set actionableInterface [ #getActionTargetValue := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “set_action_name” field. When overloading is enabled, this is equivalent to
set actionableInterface [ #setActionName := value ]