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.
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 ]
setEntrySecondaryIconStock :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-stock” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconStock := value ]
setEntrySecondaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “secondary-icon-tooltip-text” property. When overloading is enabled, this is equivalent to
set entry [ #secondaryIconTooltipText := value ]
setEntryShadowType :: (MonadIO m, IsEntry o) => o -> ShadowType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to
set entry [ #shadowType := value ]
setEntryShowEmojiIcon :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-emoji-icon” property. When overloading is enabled, this is equivalent to
set entry [ #showEmojiIcon := value ]
setEntryTabs :: (MonadIO m, IsEntry o) => o -> TabArray -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “tabs” property. When overloading is enabled, this is equivalent to
set entry [ #tabs := value ]
setEntryText :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “text” property. When overloading is enabled, this is equivalent to
set entry [ #text := value ]
setEntryTruncateMultiline :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “truncate-multiline” property. When overloading is enabled, this is equivalent to
set entry [ #truncateMultiline := value ]