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.
setStockItemLabel :: MonadIO m => StockItem -> CString -> m ()gi-gtk3 GI.Gtk.Structs.StockItem Set the value of the “label” field. When overloading is enabled, this is equivalent to
set stockItem [ #label := value ]
setStockItemModifier :: MonadIO m => StockItem -> [ModifierType] -> m ()gi-gtk3 GI.Gtk.Structs.StockItem Set the value of the “modifier” field. When overloading is enabled, this is equivalent to
set stockItem [ #modifier := value ]
setStockItemStockId :: MonadIO m => StockItem -> CString -> m ()gi-gtk3 GI.Gtk.Structs.StockItem 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-gtk3 GI.Gtk.Structs.StockItem Set the value of the “translation_domain” field. When overloading is enabled, this is equivalent to
set stockItem [ #translationDomain := value ]
setTableChildBottomAttach :: MonadIO m => TableChild -> Word16 -> m ()gi-gtk3 GI.Gtk.Structs.TableChild 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-gtk3 GI.Gtk.Structs.TableChild Set the value of the “left_attach” field. When overloading is enabled, this is equivalent to
set tableChild [ #leftAttach := value ]
setTableChildRightAttach :: MonadIO m => TableChild -> Word16 -> m ()gi-gtk3 GI.Gtk.Structs.TableChild Set the value of the “right_attach” field. When overloading is enabled, this is equivalent to
set tableChild [ #rightAttach := value ]
setTableChildTopAttach :: MonadIO m => TableChild -> Word16 -> m ()gi-gtk3 GI.Gtk.Structs.TableChild Set the value of the “top_attach” field. When overloading is enabled, this is equivalent to
set tableChild [ #topAttach := value ]
setTableChildWidget :: MonadIO m => TableChild -> Ptr Widget -> m ()gi-gtk3 GI.Gtk.Structs.TableChild Set the value of the “widget” field. When overloading is enabled, this is equivalent to
set tableChild [ #widget := value ]
setTableChildXexpand :: MonadIO m => TableChild -> Word32 -> m ()gi-gtk3 GI.Gtk.Structs.TableChild Set the value of the “xexpand” field. When overloading is enabled, this is equivalent to
set tableChild [ #xexpand := value ]