Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
[wine/testsucceed.git] / documentation / wine-doc.sgml
blob6d7ef5e02daf4357ac27d540c50374f27feb06bd
1 <!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!-- *** Entities for Wine User Guide *** -->
8 <!entity introduction SYSTEM "introduction.sgml">
9 <!entity getting SYSTEM "getting.sgml">
10 <!entity installing SYSTEM "installing.sgml">
11 <!entity configuring SYSTEM "configuring.sgml">
12 <!entity registry SYSTEM "registry.sgml">
13 <!entity running SYSTEM "running.sgml">
14 <!entity bugs SYSTEM "bugs.sgml">
16 <!-- *** Not currently used (???) *** -->
17 <!entity fonts SYSTEM "fonts.sgml">
18 <!entity printing SYSTEM "printing.sgml">
20 <!-- *** Entities for Wine Developer Guide *** -->
21 <!entity compiling SYSTEM "compiling.sgml">
22 <!entity debugging SYSTEM "debugging.sgml">
23 <!entity documentation SYSTEM "documentation.sgml">
24 <!entity patches SYSTEM "patches.sgml">
25 <!entity i18n SYSTEM "i18n.sgml">
26 <!entity porting SYSTEM "porting.sgml">
27 <!entity architecture SYSTEM "architecture.sgml">
28 <!entity ole SYSTEM "ole.sgml">
29 <!entity debugger SYSTEM "debugger.sgml">
30 <!entity consoles SYSTEM "consoles.sgml">
31 <!entity implementation SYSTEM "implementation.sgml">
32 <!entity opengl SYSTEM "opengl.sgml">
33 <!entity build SYSTEM "build.sgml">
34 <!entity tools SYSTEM "tools.sgml">
35 <!entity dlls SYSTEM "dlls.sgml">
36 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
38 <!-- *** Entities for Wine Developer Guide *** -->
39 <!entity winelib-user SYSTEM "winelib-user.sgml">
41 <!-- *** Entities for Winelib User Guide *** -->
42 <!entity winelib-intro SYSTEM "winelib-intro.sgml">
43 <!entity winelib-porting SYSTEM "winelib-porting.sgml">
44 <!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
45 <!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
46 <!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
47 <!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
49 <!-- *** Entities for Wine Packager Guide *** -->
50 <!entity packaging SYSTEM "packaging.sgml">
54 <set id="index">
55 <setinfo>
56 <title>Wine Documentation</title>
58 <releaseinfo>
59 <emphasis>
60 The following documentation has been extracted from the Wine
61 source tree, from the <filename>wine/documentation</filename>
62 directory. All credit should go to the original authors, who
63 are attributed according the the "written by" comments in
64 those files. Additional content has also been added.
65 </emphasis>
66 </releaseinfo>
67 </setinfo>
69 <!-- *** Wine User Guide *** -->
70 <book id="index-user">
71 <bookinfo>
72 <title>Wine User Guide</title>
73 </bookinfo>
75 &introduction;
76 &getting;
78 &installing;
79 &configuring;
80 &running;
81 &bugs;
82 <!--
83 &fonts;
84 &printing;
85 -->
86 </book>
88 <!-- *** Wine Developer Guide *** -->
89 <book id="index-developer">
90 <bookinfo>
91 <title>Wine Developer's Guide</title>
92 </bookinfo>
94 <part id="part-one">
95 <title>Developing Wine</title>
96 &compiling;
97 &debugger;
98 &documentation;
99 &patches;
100 &i18n;
101 &tools;
102 </part>
104 <part id="part-two">
105 <title>Wine Architecture</title>
106 &architecture;
107 &debugging;
108 &ole;
109 &opengl;
110 &build;
111 &dlls;
112 </part>
114 <part>
115 <title>Advanced Topics</title>
116 &implementation;
117 &porting;
118 &consoles;
119 &cvs-regression;
120 </part>
121 </book>
124 <!-- *** Winelib User Guide *** -->
125 <book id="index-winelib">
126 <bookinfo>
127 <title>Winelib User's Guide</title>
128 </bookinfo>
130 &winelib-intro;
131 &winelib-porting;
132 &winelib-toolkit;
133 &winelib-mfc;
134 &winelib-bindlls;
135 &winelib-packaging;
137 </book>
139 <!-- *** Wine Packager Guide *** -->
140 <book id="index-pkg">
141 <bookinfo>
142 <title>Wine Packagers Guide</title>
143 </bookinfo>
145 &packaging;
146 </book>
147 </set>