Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setEntryPrimaryIconStock :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-stock” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconStock := value ]
setEntryPrimaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-tooltip-markup” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconTooltipMarkup := value ]
setEntryPrimaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-tooltip-text” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconTooltipText := value ]
setEntryProgressFraction :: (MonadIO m, IsEntry o) => o -> Double -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “progress-fraction” property. When overloading is enabled, this is equivalent to
set entry [ #progressFraction := value ]
setEntryProgressPulseStep :: (MonadIO m, IsEntry o) => o -> Double -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “progress-pulse-step” property. When overloading is enabled, this is equivalent to
set entry [ #progressPulseStep := value ]
setEntrySecondaryIconActivatable :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-activatable” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconActivatable := value ]
setEntrySecondaryIconGicon :: (MonadIO m, IsEntry o, IsIcon a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-gicon” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconGicon := value ]
setEntrySecondaryIconName :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-name” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconName := value ]
setEntrySecondaryIconPixbuf :: (MonadIO m, IsEntry o, IsPixbuf a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-pixbuf” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconPixbuf := value ]
setEntrySecondaryIconSensitive :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-sensitive” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconSensitive := value ]