AboutWindow


Description:

public AboutWindow (Window parent, string app_name, string app_id, string? version, string? icon, string? translate_url, string? issue_url, string? more_info_url, string[]? translators, string[]? developers, int copyright_year, Licenses license, Colors color)

Creates a new AboutWindow.

Parameters:

parent

The parent window.

app_name

Your application's name.

app_id

Your application's reverse-domain name.

version

Your application's version.

icon

Your application's icon.

translate_url

A URL where contributors can help translate the application.

issue_url

A URL where users can report a problem with the application.

more_info_url

A URL where users can get more information about the application.

translators

Your application's translators.

developers

Your application's developers.

copyright_year

Your application's copyright year.

license

Your application's license.

color

The color of the AboutWindow.

Since:

1.0