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.
setAboutDialogLicenseType :: (MonadIO m, IsAboutDialog o) => o -> License -> m ()gi-gtk3 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, IsPixbuf a) => o -> a -> m ()gi-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.AboutDialog 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-gtk3 GI.Gtk.Objects.AboutDialog 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-gtk3 GI.Gtk.Objects.AboutDialog 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-gtk3 GI.Gtk.Objects.AboutDialog 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-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “website-label” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #websiteLabel := value ]
setAboutDialogWrapLicense :: (MonadIO m, IsAboutDialog o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “wrap-license” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #wrapLicense := value ]
setAccelLabelAccelClosure :: (MonadIO m, IsAccelLabel o) => o -> GClosure a -> m ()gi-gtk3 GI.Gtk.Objects.AccelLabel Set the value of the “accel-closure” property. When overloading is enabled, this is equivalent to
set accelLabel [ #accelClosure := value ]