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.
setAccessibleWidget :: (MonadIO m, IsAccessible o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “widget” property. When overloading is enabled, this is equivalent to
set accessible [ #widget := value ]
setActionActionGroup :: (MonadIO m, IsAction o, IsActionGroup a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “action-group” property. When overloading is enabled, this is equivalent to
set action [ #actionGroup := value ]
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 ]