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.
setStockItemStockId :: MonadIO m => StockItem -> 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 stockItem [ #stockId := value ]
setStockItemTranslationDomain :: MonadIO m => StockItem -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “translation_domain” field. When overloading is enabled, this is equivalent to
set stockItem [ #translationDomain := value ]
setStyleContextDirection :: (MonadIO m, IsStyleContext o) => o -> TextDirection -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “direction” property. When overloading is enabled, this is equivalent to
set styleContext [ #direction := value ]
setStyleContextPaintClock :: (MonadIO m, IsStyleContext o, IsFrameClock a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “paint-clock” property. When overloading is enabled, this is equivalent to
set styleContext [ #paintClock := value ]
setStyleContextParent :: (MonadIO m, IsStyleContext o, IsStyleContext a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “parent” property. When overloading is enabled, this is equivalent to
set styleContext [ #parent := value ]
setStyleContextScreen :: (MonadIO m, IsStyleContext o, IsScreen a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “screen” property. When overloading is enabled, this is equivalent to
set styleContext [ #screen := value ]
setSwitchActive :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active” property. When overloading is enabled, this is equivalent to
set switch [ #active := value ]
setSwitchState :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “state” property. When overloading is enabled, this is equivalent to
set switch [ #state := value ]
setTableChildBottomAttach :: MonadIO m => TableChild -> Word16 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “bottom_attach” field. When overloading is enabled, this is equivalent to
set tableChild [ #bottomAttach := value ]
setTableChildLeftAttach :: MonadIO m => TableChild -> Word16 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “left_attach” field. When overloading is enabled, this is equivalent to
set tableChild [ #leftAttach := value ]