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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 160 of many | Previous | Next