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.
setEntryProgressFraction :: (MonadIO m, IsEntry o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Entry 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-gtk4 GI.Gtk.Objects.Entry 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-gtk4 GI.Gtk.Objects.Entry 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-gtk4 GI.Gtk.Objects.Entry 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-gtk4 GI.Gtk.Objects.Entry Set the value of the “secondary-icon-name” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconName := value ]
setEntrySecondaryIconPaintable :: (MonadIO m, IsEntry o, IsPaintable a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “secondary-icon-paintable” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconPaintable := value ]
setEntrySecondaryIconSensitive :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “secondary-icon-sensitive” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconSensitive := value ]
setEntrySecondaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “secondary-icon-tooltip-markup” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconTooltipMarkup := value ]
setEntrySecondaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “secondary-icon-tooltip-text” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconTooltipText := value ]
setEntryShowEmojiIcon :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “show-emoji-icon” property. When overloading is enabled, this is equivalent to
set entry [ #showEmojiIcon := value ]