Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setAboutDialogDocumenters :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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, IsPixbuf a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “program-name” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #programName := value ]
setAboutDialogTranslatorCredits :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “translator-credits” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #translatorCredits := value ]
setAboutDialogVersion :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “version” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #version := value ]
setAboutDialogWebsite :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “website” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #website := value ]
setAboutDialogWebsiteLabel :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “website-label” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #websiteLabel := value ]