1 \documentstyle[a4,
11pt,makeidx,verbatim,texhelp,fancyheadings,palatino
]{report}
3 \newcommand{\indexit}[1]{#1\index{#1}}%
4 \newcommand{\pipe}[0]{$\|$\
}%
5 \definecolour{black
}{0}{0}{0}%
6 \definecolour{cyan
}{0}{255}{255}%
7 \definecolour{green
}{0}{255}{0}%
8 \definecolour{magenta
}{255}{0}{255}%
9 \definecolour{red
}{255}{0}{0}%
10 \definecolour{blue
}{0}{0}{200}%
11 \definecolour{yellow
}{255}{255}{0}%
12 \definecolour{white
}{255}{255}{255}%
15 % Remove this for processing with dvi2ps instead of dvips
16 %\special{!/@scaleunit 1 def}
20 \title{Multiplatform application development with wxWindows
}
21 \author{Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al
}
22 \date{August
13th
2000}
27 \pagestyle{fancyplain
}
28 \bibliographystyle{plain
}
29 \setheader{{\it CONTENTS
}}{}{}{}{}{{\it CONTENTS
}}
30 \setfooter{\thepage}{}{}{}{}{\thepage}%
35 \input chap
\_acknowledge.tex
37 % Chapter 01: Introduction, advocacy, etc.
38 \input chap
\_intro.tex
40 % Chapter 02: Installing wxWindows (and what tools to use)
41 \input chap
\_install.tex
43 % Chapter 03: C++ and wxWindows. Summarises the sorts of constructs used/not used, plus wxString class, some conventions. Vadim suggests putting it in 1st chapter but I think it deserves a chapter of its own.
46 % Chapter 04: Getting started: Hello World. Introduces app class, frames, menus, status bar, message box
47 \input chap
\_getstart.tex
49 % Chapter 05: Basic event handling
50 \input chap
\_basic\_events.tex
52 % Chapter 06: Frames and menubars. The components of a frame, menubars.
53 \input chap
\_frames.tex
55 % Chapter 07: Toolbars and status bars
56 \input chap
\_toolbars.tex
58 % Chapter 08: Basic controls
59 \input chap
\_basic\_controls.tex
61 % Chapter 09: Common dialogs
62 \input chap
\_common\_dialogs.tex
64 % Chapter 10: Custom dialogs and resources (XML)
65 \input chap
\_custom\_dialogs.tex
67 % Chapter 11: Drawing on device contexts
68 \input chap
\_drawing.tex
70 % Chapter 12: Handling input (mouse, keyboard, joystick)
71 \input chap
\_input.tex
75 \input chap
\_sizers.tex
77 % Chapter 15: Images and bitmaps
78 \input chap
\_images.tex
80 % Chapter 16: Clipboard and drag and drop
81 \input chap
\_clipboard\_dnd.tex
83 % Chapter 17: Advanced controls (list,tree,notebook,splitter,wxWizard,wxCalCtrl...)
84 \input chap
\_advanced\_controls.tex
86 % Chapter 18: Document/view classes
87 \input chap
\_docview.tex
89 % Chapter 19: Scrolling
90 \input chap
\_scrolling.tex
95 % Chapter 21: Printing
96 \input chap
\_printing.tex
98 % Chapter 22: Providing help in your applications
101 % Chapter 23: Strings and internationalization
102 \input chap
\_strings.tex
104 \input chap
\_data\_classes.tex
105 % Chapter 24: Collection and container classes
107 % Chapter 25: Memory management and debugging (including wxLog)
108 \input chap
\_memory.tex
110 % Chapter 26: Run-time class information
111 \input chap
\_runtime.tex
113 % Chapter 27: Advanced event handling (user-defined events, ...)
114 \input chap
\_advanced\_events.tex
116 % Chapter 28: Communication classes, including wxSocket
117 \input chap
\_comms.tex
119 % Chapter 29: Database classes
120 \input chap
\_database.tex
122 % Chapter 30: File and stream classes
123 \input chap
\_file\_stream.tex
125 % Chapter 31: Configuration classes
126 \input chap
\_config.tex
128 % Chapter 32: Time, timers and idle processing
129 \input chap
\_time.tex
131 % Chapter 33: Writing multithreading applications
132 \input chap
\_multithreading.tex
134 % Chapter 34: Perfecting your UI (Adapting to system settings, accelerators, ...)
135 \input chap
\_perfecting.tex
137 % Chapter 35: Platform-specific programming (metafiles, OLE automation, taskbar, ...)
138 \input chap
\_platform.tex
140 % Chapter 36: Using wxHTML
141 \input chap
\_wxhtml.tex
143 % Chapter 37: Using wxPython
144 \input chap
\_wxpython.tex
146 % Chapter 38: wxBase?
147 \input chap
\_wxbase.tex
149 % Appendix: Comparison with other toolkits: MFC, Qt etc.
150 \input chap
\_comparison.tex
152 % Appendix: a compendium of external resources, libraries etc.
153 \input chap
\_resources.tex
156 \addcontentsline{toc
}{chapter
}{Bibliography
}
157 \setheader{{\it REFERENCES
}}{}{}{}{}{{\it REFERENCES
}}%
158 \setfooter{\thepage}{}{}{}{}{\thepage}%
161 % Note: In RTF, the \printindex must come before the
162 % change of header/footer, since the \printindex inserts
163 % the RTF \sect command which divides one chapter from
166 \addcontentsline{toc
}{chapter
}{Index
}
167 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
168 \setfooter{\thepage}{}{}{}{}{\thepage}
170 % In Latex, it must be this way around (I think)
171 \latexonly{\addcontentsline{toc
}{chapter
}{Index
}
172 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
173 \setfooter{\thepage}{}{}{}{}{\thepage}