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.
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 ]
setEntryVisibility :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “visibility” property. When overloading is enabled, this is equivalent to
set entry [ #visibility := value ]
setEntryWidthChars :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “width-chars” property. When overloading is enabled, this is equivalent to
set entry [ #widthChars := value ]