Represents a dialog box that displays about box.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
html dialog_about_dialog_m.png html dialog_about_dialog_g.png | ||
| Dark |
html dialog_about_dialog_md.png html dialog_about_dialog_gd.png |
Methods | |
| using | author_collection = xtd::forms::about_dialog::author_collection |
| Represents a author collection. More... | |
| using | artist_collection = xtd::forms::about_dialog::artist_collection |
| Represents a artist collection. More... | |
| using | documenter_collection = xtd::forms::about_dialog::documenter_collection |
| Represents a documenter collection. More... | |
| using | translator_collection = xtd::forms::about_dialog::translator_collection |
| Represents a translator collection. More... | |
| static void | show (const iwin32_window &owner) |
| Displays an about box in front of the specified window. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text) |
| Displays an about box in front of the specified window. The about box displays a message. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption) |
| Displays an about box in front of the specified window. The about box displays a message and title bar caption. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version and long version. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version and copyright. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists. More... | |
| static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists, const xtd::ustring &license) |
| Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license. More... | |
| static void | show () |
| Displays a about box. More... | |
| static void | show (const xtd::ustring &text) |
| Displays a about box. The about box displays a message. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption) |
| Displays a about box. The about box displays a message and title bar caption. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon) |
| Displays a about box. The about box displays a message, title bar caption and icon. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version) |
| Displays a about box. The about box displays a message, title bar caption, icon and version. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version) |
| Displays a about box. The about box displays a message, title bar caption, icon, version and long version. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version and copyright. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists, const xtd::ustring &license) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon) |
| Displays a about box. The about box displays a message, title bar caption and icon. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version) |
| Displays a about box. The about box displays a message, title bar caption, icon and version. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version) |
| Displays a about box. The about box displays a message, title bar caption, icon, version and long version. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version and copyright. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists. More... | |
| static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::bitmap &icon, const xtd::ustring &version, const xtd::ustring &long_version, const xtd::ustring ©right, const xtd::ustring &website, const xtd::ustring &website_label, const author_collection &authors, const documenter_collection &documenters, const translator_collection translators, const artist_collection &artists, const xtd::ustring &license) |
| Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license. More... | |
Represents a artist collection.
Represents a author collection.
| using xtd::forms::about_box::documenter_collection = xtd::forms::about_dialog::documenter_collection |
Represents a documenter collection.
| using xtd::forms::about_box::translator_collection = xtd::forms::about_dialog::translator_collection |
Represents a translator collection.
|
static |
Displays an about box in front of the specified window.
| owner | A iwin32_window that represents the owner window of the busy box. |
|
static |
Displays an about box in front of the specified window. The about box displays a message.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message and title bar caption.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption and icon.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon and version.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version and long version.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version and copyright.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
|
static |
Displays an about box in front of the specified window. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.
| owner | A iwin32_window that represents the owner window of the busy box. |
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
| license | A string that specifies the license text to display. |
|
static |
Displays a about box.
|
static |
Displays a about box. The about box displays a message.
| text | A string that specifies the text to display. |
|
static |
Displays a about box. The about box displays a message and title bar caption.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption and icon.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon and version.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version and long version.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
| license | A string that specifies the license text to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption and icon.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon and version.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version and long version.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version and copyright.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright and website with label.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label and authors.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors and documentation writers.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers and translators.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators and artists.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
|
static |
Displays a about box. The about box displays a message, title bar caption, icon, version, long version, copyright, website with label, authors, documentation writers, translators, artists and license.
| text | A string that specifies the text to display. |
| caption | A string that specifies the title bar caption to display. |
| icon | An icon value that specifies the icon to display. |
| version | A string that specifies the version to display. |
| long_version | A string that specifies the long version to display. |
| copyright | A string that specifies the copyright to display. |
| website | A string that specifies the website url. |
| website_label | A string that specifies the website label to display. |
| authors | A authors_collection that specifies the authors collection. |
| documenters | A documenters_collection that specifies the documentation writers collection. |
| translators | A translators_collection that specifies the translators collection. |
| artists | A artists_collection that specifies the designers collection. |
| license | A string that specifies the license text to display. |