Hoogle Search

Within Stackage Nightly 2026-06-25 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setEntryMaxLength :: (MonadIO m, IsEntry 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 entry [ #maxLength := value ]
    

  2. setEntryMaxWidthChars :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #maxWidthChars := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #overwriteMode := value ]
    

  4. setEntryPlaceholderText :: (MonadIO m, IsEntry o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #placeholderText := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #populateAll := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “primary-icon-activatable” property. When overloading is enabled, this is equivalent to

    set entry [ #primaryIconActivatable := value ]
    

  7. setEntryPrimaryIconGicon :: (MonadIO m, IsEntry o, IsIcon a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “primary-icon-gicon” property. When overloading is enabled, this is equivalent to

    set entry [ #primaryIconGicon := value ]
    

  8. setEntryPrimaryIconName :: (MonadIO m, IsEntry o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “primary-icon-name” property. When overloading is enabled, this is equivalent to

    set entry [ #primaryIconName := value ]
    

  9. setEntryPrimaryIconPixbuf :: (MonadIO m, IsEntry o, IsPixbuf a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “primary-icon-pixbuf” property. When overloading is enabled, this is equivalent to

    set entry [ #primaryIconPixbuf := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “primary-icon-sensitive” property. When overloading is enabled, this is equivalent to

    set entry [ #primaryIconSensitive := value ]
    

Page 104 of many | Previous | Next