1 \documentstyle[a4,
11pt,makeidx,verbatim,texhelp,fancyheadings,palatino
]{report}
2 % JACS: doesn't make it through Tex2RTF, sorry. I will put it into texhelp.sty
3 % since Tex2RTF doesn't parse it.
4 % BTW, style MUST be report for it to work for Tex2RTF.
6 %\addtolength{\textwidth}{1in}
7 %\addtolength{\oddsidemargin}{-0.5in}
8 %\addtolength{\topmargin}{-0.5in}
9 %\addtolength{\textheight}{1in}
12 \newcommand{\indexit}[1]{#1\index{#1}}%
13 \newcommand{\pipe}[0]{$\|$\
}%
14 \definecolour{black
}{0}{0}{0}%
15 \definecolour{cyan
}{0}{255}{255}%
16 \definecolour{green
}{0}{255}{0}%
17 \definecolour{magenta
}{255}{0}{255}%
18 \definecolour{red
}{255}{0}{0}%
19 \definecolour{blue
}{0}{0}{200}%
20 \definecolour{yellow
}{255}{255}{0}%
21 \definecolour{white
}{255}{255}{255}%
24 % Remove this for processing with dvi2ps instead of dvips
25 %\special{!/@scaleunit 1 def}
28 \title{Multiplatform application development with wxWindows
}
29 \winhelponly{\author{by Julian Smart et al
30 %\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
32 \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
34 \date{August
13th
2000}
39 \pagestyle{fancyplain
}
40 \bibliographystyle{plain
}
41 \setheader{{\it CONTENTS
}}{}{}{}{}{{\it CONTENTS
}}
42 \setfooter{\thepage}{}{}{}{}{\thepage}%
46 \input chap
\_intro.tex
% Chapter 01: Introduction, advocacy, etc.
47 \input chap
\_install.tex
% Chapter 02: Installing wxWindows (and what tools to use)
48 \input chap
\_cpp.tex
% 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.
49 \input chap
\_getstart.tex
% Chapter 04: Getting started: Hello World. Introduces app class, frames, menus, status bar, message box
50 \input chap
\_basic\_events.tex
% Chapter 05: Basic event handling
51 \input chap
\_frames.tex
% Chapter 06: Frames and menubars. The components of a frame, menubars.
52 \input chap
\_toolbars.tex
% Chapter 07: Toolbars and status bars
53 \input chap
\_basic\_controls.tex
% Chapter 08: Basic controls
54 \input chap
\_common\_dialogs.tex
% Chapter 09: Common dialogs
55 \input chap
\_custom\_dialogs.tex
% Chapter 10: Custom dialogs and resources (XML + WXR)
56 \input chap
\_drawing.tex
% Chapter 11: Drawing on device contexts
57 \input chap
\_input.tex
% Chapter 12: Handling input (mouse, keyboard, joystick)
58 \input chap
\_sizers.tex
% Chapter 14: Sizers
59 \input chap
\_images.tex
% Chapter 15: Images and bitmaps
60 \input chap
\_clipboard\_dnd.tex
% Chapter 16: Clipboard and drag and drop
61 \input chap
\_advanced\_controls.tex
% Chapter 17: Advanced controls (list,tree,notebook,splitter,wxWizard,wxCalCtrl...)
62 \input chap
\_docview.tex
% Chapter 18: Document/view classes
63 \input chap
\_scrolling.tex
% Chapter 19: Scrolling
64 \input chap
\_mdi.tex
% Chapter 20: MDI
65 \input chap
\_printing.tex
% Chapter 21: Printing
66 \input chap
\_help.tex
% Chapter 22: Providing help in your applications
67 \input chap
\_strings.tex
% Chapter 23: Strings and internationalization
68 \input chap
\_data\_classes.tex
% Chapter 24: Collection and container classes
69 \input chap
\_memory.tex
% Chapter 25: Memory management and debugging (including wxLog)
70 \input chap
\_runtime.tex
% Chapter 26: Run-time class information
71 \input chap
\_advanced\_events.tex
% Chapter 27: Advanced event handling (user-defined events, ...)
72 \input chap
\_comms.tex
% Chapter 28: Communication classes, including wxSocket
73 \input chap
\_database.tex
% Chapter 29: Database classes
74 \input chap
\_file\_stream.tex
% Chapter 30: File and stream classes
75 \input chap
\_config.tex
% Chapter 31: Configuration classes
76 \input chap
\_time.tex
% Chapter 32: Time, timers and idle processing
77 \input chap
\_multithreading.tex
% Chapter 33: Writing multithreading applications
78 \input chap
\_perfecting.tex
% Chapter 34: Perfecting your UI (Adapting to system settings, accelerators, ...)
79 \input chap
\_platform.tex
% Chapter 35: Platform-specific programming (metafiles, OLE automation, taskbar, ...)
80 \input chap
\_wxhtml.tex
% Chapter 36: Using wxHTML
81 \input chap
\_wxpython.tex
% Chapter 37: Using wxPython
82 \input chap
\_wxbase.tex
% Chapter 38: wxBase?
83 \input chap
\_comparison.tex
% Appendix: Comparison with other toolkits: MFC, Qt etc.
86 \addcontentsline{toc
}{chapter
}{Bibliography
}
87 \setheader{{\it REFERENCES
}}{}{}{}{}{{\it REFERENCES
}}%
88 \setfooter{\thepage}{}{}{}{}{\thepage}%
91 % Note: In RTF, the \printindex must come before the
92 % change of header/footer, since the \printindex inserts
93 % the RTF \sect command which divides one chapter from
96 \addcontentsline{toc
}{chapter
}{Index
}
97 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
98 \setfooter{\thepage}{}{}{}{}{\thepage}
100 % In Latex, it must be this way around (I think)
101 \latexonly{\addcontentsline{toc
}{chapter
}{Index
}
102 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
103 \setfooter{\thepage}{}{}{}{}{\thepage}