Hoogle Search
Within Stackage Nightly 2026-06-25 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setEntryMaxLength :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “max-length” property. When overloading is enabled, this is equivalent to
set entry [ #maxLength := value ]
setEntryMaxWidthChars :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “max-width-chars” property. When overloading is enabled, this is equivalent to
set entry [ #maxWidthChars := value ]
setEntryOverwriteMode :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “placeholder-text” property. When overloading is enabled, this is equivalent to
set entry [ #placeholderText := value ]
setEntryPopulateAll :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “populate-all” property. When overloading is enabled, this is equivalent to
set entry [ #populateAll := value ]
setEntryPrimaryIconActivatable :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-name” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconName := value ]
setEntryPrimaryIconPixbuf :: (MonadIO m, IsEntry o, IsPixbuf a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-pixbuf” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconPixbuf := value ]
setEntryPrimaryIconSensitive :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “primary-icon-sensitive” property. When overloading is enabled, this is equivalent to
set entry [ #primaryIconSensitive := value ]