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.

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

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

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

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

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

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

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

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

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

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

Page 73 of many | Previous | Next