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.

  1. setStackSwitcherStack :: (MonadIO m, IsStackSwitcher o, IsStack a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StackSwitcher

    Set the value of the “stack” property. When overloading is enabled, this is equivalent to

    set stackSwitcher [ #stack := value ]
    

  2. setStatusIconFile :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “file” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #file := value ]
    

  3. setStatusIconGicon :: (MonadIO m, IsStatusIcon o, IsIcon a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “gicon” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #gicon := value ]
    

  4. setStatusIconHasTooltip :: (MonadIO m, IsStatusIcon o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “has-tooltip” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #hasTooltip := value ]
    

  5. setStatusIconIconName :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #iconName := value ]
    

  6. setStatusIconPixbuf :: (MonadIO m, IsStatusIcon o, IsPixbuf a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “pixbuf” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #pixbuf := value ]
    

  7. setStatusIconScreen :: (MonadIO m, IsStatusIcon o, IsScreen a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “screen” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #screen := value ]
    

  8. setStatusIconStock :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “stock” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #stock := value ]
    

  9. setStatusIconTitle :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “title” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #title := value ]
    

  10. setStatusIconTooltipMarkup :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

    Set the value of the “tooltip-markup” property. When overloading is enabled, this is equivalent to

    set statusIcon [ #tooltipMarkup := value ]
    

Page 553 of many | Previous | Next