diff --git a/docs/doxygen/images/gtk_logo.png b/docs/doxygen/images/gtk_logo.png new file mode 100644 index 0000000000..222a00eaa6 Binary files /dev/null and b/docs/doxygen/images/gtk_logo.png differ diff --git a/docs/doxygen/images/osxleopard_logo.png b/docs/doxygen/images/osxleopard_logo.png new file mode 100644 index 0000000000..92000c4b40 Binary files /dev/null and b/docs/doxygen/images/osxleopard_logo.png differ diff --git a/docs/doxygen/images/win_logo.png b/docs/doxygen/images/win_logo.png new file mode 100644 index 0000000000..d15389a6cd Binary files /dev/null and b/docs/doxygen/images/win_logo.png differ diff --git a/docs/doxygen/images/x11_logo.png b/docs/doxygen/images/x11_logo.png new file mode 100644 index 0000000000..dc86d74037 Binary files /dev/null and b/docs/doxygen/images/x11_logo.png differ diff --git a/docs/doxygen/regen.bat b/docs/doxygen/regen.bat index 7e4b481e71..43e6670073 100644 --- a/docs/doxygen/regen.bat +++ b/docs/doxygen/regen.bat @@ -10,6 +10,7 @@ mkdir out\html REM this image is not automatically copied by Doxygen because it's not REM used in doxygen documentation but only in our html footer... copy images\powered-by-wxwidgets.png out\html +copy images\*logo.png out\html REM this CSS is automatically copied by Doxygen because it's REM included by our custom html header... diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index 9a68595c41..d6c12a73ce 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -11,6 +11,7 @@ mkdir -p out/html # we need to copy files in this folder below # this image is not automatically copied by Doxygen because it's not # used in doxygen documentation but only in our html footer... cp images/powered-by-wxwidgets.png out/html +cp images/*logo.png out/html # this CSS is automatically copied by Doxygen because it's # included by our custom html header... diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index 92f8022307..1b5ad36bd6 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -438,7 +438,8 @@ HR { wxWidgets docs specific styles */ -table.doctable { - +IMG.logo { + float: right; + margin: 20px; }