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