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.
setStatusIconPixbuf :: (MonadIO m, IsStatusIcon o, IsPixbuf a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pixbuf” property. When overloading is enabled, this is equivalent to
set statusIcon [ #pixbuf := value ]
setStatusIconScreen :: (MonadIO m, IsStatusIcon 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 statusIcon [ #screen := value ]
setStatusIconStock :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “stock” property. When overloading is enabled, this is equivalent to
set statusIcon [ #stock := value ]
setStatusIconTitle :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “title” property. When overloading is enabled, this is equivalent to
set statusIcon [ #title := value ]
setStatusIconTooltipMarkup :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tooltip-markup” property. When overloading is enabled, this is equivalent to
set statusIcon [ #tooltipMarkup := value ]
setStatusIconTooltipText :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tooltip-text” property. When overloading is enabled, this is equivalent to
set statusIcon [ #tooltipText := value ]
setStatusIconVisible :: (MonadIO m, IsStatusIcon o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set statusIcon [ #visible := value ]
setStockItemKeyval :: MonadIO m => StockItem -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “keyval” field. When overloading is enabled, this is equivalent to
set stockItem [ #keyval := value ]
setStockItemLabel :: MonadIO m => StockItem -> CString -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “modifier” field. When overloading is enabled, this is equivalent to
set stockItem [ #modifier := value ]