xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <about_box.h>
Represents a dialog box that displays about box.
Windows | macOS | Gnome | |
---|---|---|---|
Light | |||
Dark |
Inherits xtd::static_object.
Public Types | |
using | artist_collection = xtd::forms::about_dialog::artist_collection |
Represents a artist collection. | |
using | author_collection = xtd::forms::about_dialog::author_collection |
Represents a author collection. | |
using | documenter_collection = xtd::forms::about_dialog::documenter_collection |
Represents a documenter collection. | |
using | translator_collection = xtd::forms::about_dialog::translator_collection |
Represents a translator collection. | |
Static Public Member Functions | |
static void | show () |
Displays a about box. | |
static void | show (const iwin32_window &owner) |
Displays an about box in front of the specified window. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
static void | show (const xtd::ustring &text) |
Displays a about box. The about box displays a message. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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.
|
inlinestatic |
Displays a about box.
|
inlinestatic |
Displays an about box in front of the specified window.
owner | A iwin32_window that represents the owner window of the busy box. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
Displays a about box. The about box displays a message.
text | A string that specifies the text to display. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |
|
inlinestatic |
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. |