AboutWindow


Description:

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

Creates a new AboutWindow.

Parameters:

parent

The parent window. The window must contain a Gtk.Overlay somewhere in its widget hierarchy for modal overlay behavior to work correctly.

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