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.
setActionAlwaysShowImage :: (MonadIO m, IsAction o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to
set action [ #alwaysShowImage := value ]
setActionEntryAccelerator :: MonadIO m => ActionEntry -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accelerator” field. When overloading is enabled, this is equivalent to
set actionEntry [ #accelerator := value ]
setActionEntryCallback :: MonadIO m => ActionEntry -> FunPtr C_Callback -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “callback” field. When overloading is enabled, this is equivalent to
set actionEntry [ #callback := value ]
setActionEntryLabel :: MonadIO m => ActionEntry -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “label” field. When overloading is enabled, this is equivalent to
set actionEntry [ #label := value ]
setActionEntryName :: MonadIO m => ActionEntry -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “name” field. When overloading is enabled, this is equivalent to
set actionEntry [ #name := value ]
setActionEntryStockId :: MonadIO m => ActionEntry -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “stock_id” field. When overloading is enabled, this is equivalent to
set actionEntry [ #stockId := value ]
setActionEntryTooltip :: MonadIO m => ActionEntry -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tooltip” field. When overloading is enabled, this is equivalent to
set actionEntry [ #tooltip := value ]
setActionGicon :: (MonadIO m, IsAction o, IsIcon a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “gicon” property. When overloading is enabled, this is equivalent to
set action [ #gicon := value ]
setActionGroupAccelGroup :: (MonadIO m, IsActionGroup o, IsAccelGroup a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “sensitive” property. When overloading is enabled, this is equivalent to
set actionGroup [ #sensitive := value ]