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. setEntryXalign :: (MonadIO m, IsEntry o) => o -> Float -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #xalign := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.EntryBuffer

    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-gtk3 GI.Gtk.Objects.EntryBuffer

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

    set entryBuffer [ #text := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #inlineCompletion := value ]
    

  5. setEntryCompletionInlineSelection :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #inlineSelection := value ]
    

  6. setEntryCompletionMinimumKeyLength :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m ()

    gi-gtk3 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 ]
    

  7. setEntryCompletionModel :: (MonadIO m, IsEntryCompletion o, IsTreeModel a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #model := value ]
    

  8. setEntryCompletionPopupCompletion :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #popupCompletion := value ]
    

  9. setEntryCompletionPopupSetWidth :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #popupSetWidth := value ]
    

  10. setEntryCompletionPopupSingleMatch :: (MonadIO m, IsEntryCompletion o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.EntryCompletion

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

    set entryCompletion [ #popupSingleMatch := value ]
    

Page 509 of many | Previous | Next