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.
setEntryMaxLength :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “max-length” property. When overloading is enabled, this is equivalent to
set entry [ #maxLength := value ]
setEntryOverwriteMode :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “overwrite-mode” property. When overloading is enabled, this is equivalent to
set entry [ #overwriteMode := value ]
setEntryPlaceholderText :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “placeholder-text” property. When overloading is enabled, this is equivalent to
set entry [ #placeholderText := value ]
setEntryPrimaryIconActivatable :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-activatable” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconActivatable := value ]
setEntryPrimaryIconGicon :: (MonadIO m, IsEntry o, IsIcon a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-gicon” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconGicon := value ]
setEntryPrimaryIconName :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-name” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconName := value ]
setEntryPrimaryIconPaintable :: (MonadIO m, IsEntry o, IsPaintable a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-paintable” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconPaintable := value ]
setEntryPrimaryIconSensitive :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-sensitive” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconSensitive := value ]
setEntryPrimaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Entry 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-gtk4 GI.Gtk.Objects.Entry Set the value of the “primary-icon-tooltip-text” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconTooltipText := value ]