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.

  1. setEntryBuffer :: (MonadIO m, IsEntry o, IsEntryBuffer a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “buffer” property. When overloading is enabled, this is equivalent to

    set entry [ #buffer := value ]
    

  2. setEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer 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 entryBuffer [ #maxLength := value ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 104 of many | Previous | Next