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