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.
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 ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “set_action_target_value” field. When overloading is enabled, this is equivalent to
set actionableInterface [ #setActionTargetValue := value ]
setActivatableRelatedAction :: (MonadIO m, IsActivatable o, IsAction a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “related-action” property. When overloading is enabled, this is equivalent to
set activatable [ #relatedAction := value ]