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.

  1. setEntryTabs :: (MonadIO m, IsEntry o) => o -> TabArray -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

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

    set entry [ #tabs := value ]
    

  2. setEntryTruncateMultiline :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

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

    set entry [ #truncateMultiline := value ]
    

  3. setEntryVisibility :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Entry

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

    set entry [ #visibility := value ]
    

  4. setEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.EntryBuffer

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

    set entryBuffer [ #maxLength := value ]
    

  5. setEntryBufferText :: (MonadIO m, IsEntryBuffer o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.EntryBuffer

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

    set entryBuffer [ #text := value ]
    

  6. setEntryCompletionInlineCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.EntryCompletion

    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-gtk4 GI.Gtk.Objects.EntryCompletion

    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-gtk4 GI.Gtk.Objects.EntryCompletion

    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-gtk4 GI.Gtk.Objects.EntryCompletion

    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-gtk4 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #popupCompletion := value ]
    

Page 635 of many | Previous | Next