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

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

  3. setEntryCompletionTextColumn :: (MonadIO m, IsEntryCompletion o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entryCompletion [ #textColumn := value ]
    

  4. setEntryEditable :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #editable := value ]
    

  5. setEntryEnableEmojiCompletion :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #enableEmojiCompletion := value ]
    

  6. setEntryHasFrame :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #hasFrame := value ]
    

  7. setEntryImModule :: (MonadIO m, IsEntry o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #imModule := value ]
    

  8. setEntryInnerBorder :: (MonadIO m, IsEntry o) => o -> Border -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #innerBorder := value ]
    

  9. setEntryInputHints :: (MonadIO m, IsEntry o) => o -> [InputHints] -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #inputHints := value ]
    

  10. setEntryInputPurpose :: (MonadIO m, IsEntry o) => o -> InputPurpose -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #inputPurpose := value ]
    

Page 105 of many | Previous | Next