Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setActionShortLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action 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-gtk3 GI.Gtk.Objects.Action Set the value of the “visible-vertical” property. When overloading is enabled, this is equivalent to
set action [ #visibleVertical := value ]
setActionGroupAccelGroup :: (MonadIO m, IsActionGroup o, IsAccelGroup a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.ActionGroup Set the value of the “accel-group” property. When overloading is enabled, this is equivalent to
set actionGroup [ #accelGroup := value ]
setActionGroupSensitive :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ActionGroup Set the value of the “sensitive” property. When overloading is enabled, this is equivalent to
set actionGroup [ #sensitive := value ]
setActionGroupVisible :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ActionGroup Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set actionGroup [ #visible := value ]