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

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

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

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

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

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

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

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

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

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

Page 482 of many | Previous | Next