wxAboutDialogInfo
generated from ../src/mod_gui/control/about.cpp
wxAboutDialogInfo contains information shown in the standard About dialog
displayed by the wxAboutBox() function.
This class contains the general information about the program, such as its
name, version, copyright and so on, as well as lists of the program
developers, documentation writers, artists and translators. The simple
properties from the former group are represented as a string with the
exception of the program icon and the program web site, while the lists
from the latter group are stored as an Array and can be either set entirely
at once using the corresponding property or built one by one using
addDeveloper etc.
Constants
Constructor
wxAboutDialogInfo
wxAboutDialogInfo()
Constructs a new wxAboutDialogInfo object.
Properties
| Name | Type | Description |
|---|---|---|
| artists | Array | An array with the names of the artists of this program. |
| copyright | String | Set the short string containing the program copyright information. Notice that any occurrences of "(C)" in copyright will be replaced by the copyright symbol (circled C) automatically. |
| description | String | A brief, but possibly multiline, description of the program. |
| developers | Array | An array with the names of the developers of this program. |
| docWriters | Array | An array with the names of the documentation authors. |
| icon | wxIcon | The icon to be shown in the dialog. By default the icon of the main frame will be shown if the native about dialog supports custom icons. |
| license | String | A long, multiline string containing the text of the program license. |
| name | String | Name of the program. When this property is not set, appName will be used instead. |
| translators | Array | An array with the names of the translators of this program. |
| version | String | The version of the program. The version is in free format, i.e. not necessarily in the x.y.z form but it shouldn't contain the "version" word. |
| website | String | The web site for the program. |
| websiteDescription | String | The web site description for the program. |
Methods
addArtist
addArtist(Artist)
| Name | Type | Default | Description |
|---|---|---|---|
| Artist | String |
Add an artist.
addDeveloper
addDeveloper(Developer)
| Name | Type | Default | Description |
|---|---|---|---|
| Developer | String |
Add a developer
addDocWriter
addDocWriter(DocWriter)
| Name | Type | Default | Description |
|---|---|---|---|
| DocWriter | String |
Add a documentation author
addTranslator
addTranslator(Translator)
| Name | Type | Default | Description |
|---|---|---|---|
| Translator | String |
Add a translator
© 2002 - 2007 Franky Braem.