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.
setEntryBufferText :: (MonadIO m, IsEntryBuffer 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 entryBuffer [ #text := value ]
setEntryCapsLockWarning :: (MonadIO m, IsEntry o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “caps-lock-warning” property. When overloading is enabled, this is equivalent to
set entry [ #capsLockWarning := value ]
setEntryCompletion :: (MonadIO m, IsEntry o, IsEntryCompletion a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “completion” property. When overloading is enabled, this is equivalent to
set entry [ #completion := value ]
setEntryCompletionInlineCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “inline-completion” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #inlineCompletion := value ]
setEntryCompletionInlineSelection :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “inline-selection” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #inlineSelection := value ]
setEntryCompletionMinimumKeyLength :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “minimum-key-length” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #minimumKeyLength := value ]
setEntryCompletionModel :: (MonadIO m, IsEntryCompletion o, IsTreeModel a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “model” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #model := value ]
setEntryCompletionPopupCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “popup-completion” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #popupCompletion := value ]
setEntryCompletionPopupSetWidth :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “popup-set-width” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #popupSetWidth := value ]
setEntryCompletionPopupSingleMatch :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “popup-single-match” property. When overloading is enabled, this is equivalent to
set entryCompletion [ #popupSingleMatch := value ]