Add "About" dialog screenshots under different platforms

Show both "simple" and "fancy" (which just means with the web site
link specified here) forms from the dialogs sample.
This commit is contained in:
Vadim Zeitlin 2023-01-30 18:05:02 +00:00
parent 17827947ec
commit 05e49f7989
7 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -45,6 +45,13 @@
}
@endcode
Example of appearance of a simple about dialog:
@appearance{about-simple}
And that of a dialog using a web site link, which results in using the
generic version under MSW and Mac:
@appearance{about-with-url}
@library{wxcore}
@category{cmndlg,data}