]> git.saurik.com Git - wxWidgets.git/commitdiff
added the @appearance tag with a first test screenshot
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Mar 2008 23:27:46 +0000 (23:27 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Mar 2008 23:27:46 +0000 (23:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile.inc
docs/doxygen/images/wxgtk/button.png [new file with mode: 0644]
docs/doxygen/regen.bat
docs/doxygen/regen.sh
docs/doxygen/wxwidgets.css

index d30e66163815e60252598f45e4d34ae295c4f1d9..e64a21f9aeacff6b17515563323057cd4d9a0fdc 100644 (file)
@@ -78,10 +78,7 @@ ALIASES += onlyfor{3}="\section class_onlyfor Only available for\n \ref page_por
 ALIASES += onlyfor{4}="\section class_onlyfor Only available for\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4"
 
 # creates appearance section: this should be used for all main GUI controls
 ALIASES += onlyfor{4}="\section class_onlyfor Only available for\n \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4"
 
 # creates appearance section: this should be used for all main GUI controls
-ALIASES += appearance{1}="\section class_appearance Appearance\n"
-                         "<img src='wxmsw/\1' class='appearance'>"
-                         "<img src='wxgtk/\1' class='appearance'>"
-                         "<img src='wxmac/\1' class='appearance'>"
+ALIASES += appearance{1}="\section class_appearance Appearance\n @htmlonly <table class='appearance'><tr><td><img src='wxmsw/\1' alt='wxMSW appearance' class='appearance'></td><td><img src='wxgtk/\1' alt='wxGTK appearance' class='appearance'></td><td><img src='wxmac/\1' alt='wxMac appearance' class='appearance'></td></tr><tr><td>wxMSW appearance</td><td>wxGTK appearance</td><td>wxMac appearance</td></tr></table> @endhtmlonly"
 
 # IMPORTANT: the default \sa command does not generate a \section!
 ALIASES += seealso="\section class_sa See also\n"
 
 # IMPORTANT: the default \sa command does not generate a \section!
 ALIASES += seealso="\section class_sa See also\n"
diff --git a/docs/doxygen/images/wxgtk/button.png b/docs/doxygen/images/wxgtk/button.png
new file mode 100644 (file)
index 0000000..237f28b
Binary files /dev/null and b/docs/doxygen/images/wxgtk/button.png differ
index 43e6670073a9505a11176b3859d638b6b05d2217..158e51d93de9d135b5e8dce5a115a62fe1d73a25 100644 (file)
@@ -6,11 +6,17 @@ REM readable.
 \r
 mkdir out\r
 mkdir out\html\r
 \r
 mkdir out\r
 mkdir out\html\r
+mkdir out\html\wxgtk\r
+mkdir out\html\wxmsw\r
+mkdir out\html\wxmac\r
 \r
 REM this image is not automatically copied by Doxygen because it's not\r
 REM used in doxygen documentation but only in our html footer...\r
 copy images\powered-by-wxwidgets.png out\html\r
 copy images\*logo.png out\html\r
 \r
 REM this image is not automatically copied by Doxygen because it's not\r
 REM used in doxygen documentation but only in our html footer...\r
 copy images\powered-by-wxwidgets.png out\html\r
 copy images\*logo.png out\html\r
+copy images\wxgtk\*png out\html\wxgtk\r
+copy images\wxmsw\*png out\html\wxmsw\r
+copy images\wxmac\*png out\html\wxmac\r
 \r
 REM this CSS is automatically copied by Doxygen because it's\r
 REM included by our custom html header...\r
 \r
 REM this CSS is automatically copied by Doxygen because it's\r
 REM included by our custom html header...\r
index d6c12a73ce805a2689545e3ce56e6e4d029777f6..a542197a39e489f1ab1a8a3e6ce7ea69267dd093 100755 (executable)
@@ -7,11 +7,15 @@
 # readable.
 
 mkdir -p out/html       # we need to copy files in this folder below
 # readable.
 
 mkdir -p out/html       # we need to copy files in this folder below
+mkdir -p out/html/wxmsw out/html/wxgtk out/html/wxmac
 
 # 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 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
+cp images/wxmsw/*png out/html/wxmsw
+cp images/wxmac/*png out/html/wxmac
+cp images/wxgtk/*png out/html/wxgtk
 
 # this CSS is automatically copied by Doxygen because it's 
 # included by our custom html header...
 
 # this CSS is automatically copied by Doxygen because it's 
 # included by our custom html header...
index 1b5ad36bd6610bc8e415a1e191d3250589635ec6..19b867a4bf192c5e9618635c1628cde78f0feabf 100644 (file)
@@ -443,3 +443,14 @@ IMG.logo {
     margin: 20px;
 }
 
     margin: 20px;
 }
 
+IMG.appearance {
+    margin: 20px;
+}
+
+TABLE.appearance {
+    width: 100%;
+    text-align: center;
+    font-style: italic; 
+    font-size: 90%;
+    /*font-weight: bold;*/
+}