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.
setAboutDialogComments :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “comments” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #comments := value ]
setAboutDialogCopyright :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “copyright” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #copyright := value ]
setAboutDialogDocumenters :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “documenters” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #documenters := value ]
setAboutDialogLicense :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “license” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #license := value ]
setAboutDialogLicenseType :: (MonadIO m, IsAboutDialog o) => o -> License -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “license-type” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #licenseType := value ]
setAboutDialogLogo :: (MonadIO m, IsAboutDialog o, IsPaintable a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “logo” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #logo := value ]
setAboutDialogLogoIconName :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “logo-icon-name” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #logoIconName := value ]
setAboutDialogProgramName :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “program-name” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #programName := value ]
setAboutDialogSystemInformation :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “system-information” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #systemInformation := value ]
setAboutDialogTranslatorCredits :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “translator-credits” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #translatorCredits := value ]