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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #secondaryIconStock := value ]
    

  2. setEntrySecondaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “secondary-icon-tooltip-markup” property. When overloading is enabled, this is equivalent to

    set entry [ #secondaryIconTooltipMarkup := value ]
    

  3. setEntrySecondaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #secondaryIconTooltipText := value ]
    

  4. setEntryShadowType :: (MonadIO m, IsEntry o) => o -> ShadowType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #shadowType := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #showEmojiIcon := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #tabs := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #text := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #truncateMultiline := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #visibility := value ]
    

  10. setEntryWidthChars :: (MonadIO m, IsEntry o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #widthChars := value ]
    

Page 106 of many | Previous | Next