2000-08-14 03:05:37 -04:00
\documentstyle [a4,11pt,makeidx,verbatim,texhelp,fancyheadings,palatino] { report}
% JACS: doesn't make it through Tex2RTF, sorry. I will put it into texhelp.sty
% since Tex2RTF doesn't parse it.
% BTW, style MUST be report for it to work for Tex2RTF.
%KB:
%\addtolength{\textwidth}{1in}
%\addtolength{\oddsidemargin}{-0.5in}
%\addtolength{\topmargin}{-0.5in}
%\addtolength{\textheight}{1in}
%\sloppy
%end of my changes
\newcommand { \indexit } [1]{ #1\index { #1} } %
\newcommand { \pipe } [0]{ $ \| $ \ } %
\definecolour { black} { 0} { 0} { 0} %
\definecolour { cyan} { 0} { 255} { 255} %
\definecolour { green} { 0} { 255} { 0} %
\definecolour { magenta} { 255} { 0} { 255} %
\definecolour { red} { 255} { 0} { 0} %
\definecolour { blue} { 0} { 0} { 200} %
\definecolour { yellow} { 255} { 255} { 0} %
\definecolour { white} { 255} { 255} { 255} %
%
\input psbox.tex
% Remove this for processing with dvi2ps instead of dvips
%\special{!/@scaleunit 1 def}
\parskip =10pt
\parindent =0pt
\title { Multiplatform application development with wxWindows}
\winhelponly { \author { by Julian Smart et al
%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
} }
\winhelpignore { \author { Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al}
\date { August 13th 2000}
}
\makeindex
\begin { document}
\maketitle
\pagestyle { fancyplain}
\bibliographystyle { plain}
\setheader { { \it CONTENTS} } { } { } { } { } { { \it CONTENTS} }
\setfooter { \thepage } { } { } { } { } { \thepage } %
\pagenumbering { roman}
\tableofcontents
2000-08-14 06:18:04 -04:00
% Chapter 01: Introduction, advocacy, etc.
\input chap_ intro.tex
%
% Chapter 02: Installing wxWindows (and what tools to use)
\input chap_ install.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.
\input chap_ cpp.tex
%
% Chapter 04: Getting started: Hello World. Introduces app class, frames, menus, status bar, message box
\input chap_ getstart.tex
%
% Chapter 05: Basic event handling
\input chap_ basic_ events.tex
%
% Chapter 06: Frames and menubars. The components of a frame, menubars.
\input chap_ frames.tex
%
% Chapter 07: Toolbars and status bars
\input chap_ toolbars.tex
%
% Chapter 08: Basic controls
\input chap_ basic_ controls.tex
%
% Chapter 09: Common dialogs
\input chap_ common_ dialogs.tex
%
% Chapter 10: Custom dialogs and resources (XML)
\input chap_ custom_ dialogs.tex
%
% Chapter 11: Drawing on device contexts
\input chap_ drawing.tex
%
% Chapter 12: Handling input (mouse, keyboard, joystick)
\input chap_ input.tex
%
% Chapter 14: Sizers
%
\input chap_ sizers.tex
%
% Chapter 15: Images and bitmaps
\input chap_ images.tex
%
% Chapter 16: Clipboard and drag and drop
\input chap_ clipboard_ dnd.tex
%
% Chapter 17: Advanced controls (list,tree,notebook,splitter,wxWizard,wxCalCtrl...)
\input chap_ advanced_ controls.tex
%
% Chapter 18: Document/view classes
\input chap_ docview.tex
%
% Chapter 19: Scrolling
\input chap_ scrolling.tex
%
% Chapter 20: MDI
\input chap_ mdi.tex
%
% Chapter 21: Printing
\input chap_ printing.tex
%
% Chapter 22: Providing help in your applications
\input chap_ help.tex
%
% Chapter 23: Strings and internationalization
\input chap_ strings.tex
%
\input chap_ data_ classes.tex
% Chapter 24: Collection and container classes
%
% Chapter 25: Memory management and debugging (including wxLog)
\input chap_ memory.tex
%
% Chapter 26: Run-time class information
\input chap_ runtime.tex
%
% Chapter 27: Advanced event handling (user-defined events, ...)
\input chap_ advanced_ events.tex
%
% Chapter 28: Communication classes, including wxSocket
\input chap_ comms.tex
%
% Chapter 29: Database classes
\input chap_ database.tex
%
% Chapter 30: File and stream classes
\input chap_ file_ stream.tex
%
% Chapter 31: Configuration classes
\input chap_ config.tex
%
% Chapter 32: Time, timers and idle processing
\input chap_ time.tex
%
% Chapter 33: Writing multithreading applications
\input chap_ multithreading.tex
%
% Chapter 34: Perfecting your UI (Adapting to system settings, accelerators, ...)
\input chap_ perfecting.tex
%
% Chapter 35: Platform-specific programming (metafiles, OLE automation, taskbar, ...)
\input chap_ platform.tex
%
% Chapter 36: Using wxHTML
\input chap_ wxhtml.tex
%
% Chapter 37: Using wxPython
\input chap_ wxpython.tex
%
% Chapter 38: wxBase?
\input chap_ wxbase.tex
%
% Appendix: Comparison with other toolkits: MFC, Qt etc.
\input chap_ comparison.tex
%
% Appendix: a compendium of external resources, libraries etc.
\input chap_ resources.tex
2000-08-14 03:05:37 -04:00
\bibliography { refs}
\addcontentsline { toc} { chapter} { Bibliography}
\setheader { { \it REFERENCES} } { } { } { } { } { { \it REFERENCES} } %
\setfooter { \thepage } { } { } { } { } { \thepage } %
\newpage
% Note: In RTF, the \printindex must come before the
% change of header/footer, since the \printindex inserts
% the RTF \sect command which divides one chapter from
% the next.
\rtfonly { \printindex
\addcontentsline { toc} { chapter} { Index}
\setheader { { \it INDEX} } { } { } { } { } { { \it INDEX} } %
\setfooter { \thepage } { } { } { } { } { \thepage }
}
% In Latex, it must be this way around (I think)
\latexonly { \addcontentsline { toc} { chapter} { Index}
\setheader { { \it INDEX} } { } { } { } { } { { \it INDEX} } %
\setfooter { \thepage } { } { } { } { } { \thepage }
\printindex
}
\end { document}