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. setPasswordEntryExtraMenu :: (MonadIO m, IsPasswordEntry o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

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

    set passwordEntry [ #extraMenu := value ]
    

  2. setPasswordEntryPlaceholderText :: (MonadIO m, IsPasswordEntry o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

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

    set passwordEntry [ #placeholderText := value ]
    

  3. setPasswordEntryShowPeekIcon :: (MonadIO m, IsPasswordEntry o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PasswordEntry

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

    set passwordEntry [ #showPeekIcon := value ]
    

  4. setPictureAlternativeText :: (MonadIO m, IsPicture o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

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

    set picture [ #alternativeText := value ]
    

  5. setPictureCanShrink :: (MonadIO m, IsPicture o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

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

    set picture [ #canShrink := value ]
    

  6. setPictureContentFit :: (MonadIO m, IsPicture o) => o -> ContentFit -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

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

    set picture [ #contentFit := value ]
    

  7. setPictureFile :: (MonadIO m, IsPicture o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

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

    set picture [ #file := value ]
    

  8. setPictureKeepAspectRatio :: (MonadIO m, IsPicture o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

    Set the value of the “keep-aspect-ratio” property. When overloading is enabled, this is equivalent to

    set picture [ #keepAspectRatio := value ]
    

  9. setPicturePaintable :: (MonadIO m, IsPicture o, IsPaintable a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Picture

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

    set picture [ #paintable := value ]
    

  10. setPopoverAutohide :: (MonadIO m, IsPopover o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Popover

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

    set popover [ #autohide := value ]
    

Page 662 of many | Previous | Next