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. setEntryCompletion :: (MonadIO m, IsEntry o, IsEntryCompletion a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #completion := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #editable := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #enableEmojiCompletion := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #hasFrame := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #imModule := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #innerBorder := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #inputHints := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #inputPurpose := value ]
    

  9. setEntryInvisibleChar :: (MonadIO m, IsEntry o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #invisibleChar := value ]
    

  10. setEntryInvisibleCharSet :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #invisibleCharSet := value ]
    

Page 505 of many | Previous | Next