]> git.saurik.com Git - wxWidgets.git/commitdiff
wxBook updates
authorJulian Smart <julian@anthemion.co.uk>
Mon, 14 Aug 2000 10:18:04 +0000 (10:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 14 Aug 2000 10:18:04 +0000 (10:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/book/book.tex
docs/latex/book/refs.bib [new file with mode: 0644]

index dba48414b215c9807517b41b78875b698b7f1725..b01c2730df9ebdb56ffc5ac07aba45427d26afda 100644 (file)
@@ -43,45 +43,123 @@ Robin Dunn, et al}
 \pagenumbering{roman}
 \tableofcontents
 
-\input chap\_intro.tex              % Chapter 01: Introduction, advocacy, etc.
-\input chap\_install.tex            % Chapter 02: Installing wxWindows (and what tools to use) 
-\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. 
-\input chap\_getstart.tex           % Chapter 04: Getting started: Hello World. Introduces app class, frames, menus, status bar, message box 
-\input chap\_basic\_events.tex      % Chapter 05: Basic event handling 
-\input chap\_frames.tex             % Chapter 06: Frames and menubars. The components of a frame, menubars. 
-\input chap\_toolbars.tex           % Chapter 07: Toolbars and status bars 
-\input chap\_basic\_controls.tex    % Chapter 08: Basic controls 
-\input chap\_common\_dialogs.tex    % Chapter 09: Common dialogs 
-\input chap\_custom\_dialogs.tex    % Chapter 10: Custom dialogs and resources (XML + WXR) 
-\input chap\_drawing.tex            % Chapter 11: Drawing on device contexts 
-\input chap\_input.tex              % Chapter 12: Handling input (mouse, keyboard, joystick) 
-\input chap\_sizers.tex             % Chapter 14: Sizers 
-\input chap\_images.tex             % Chapter 15: Images and bitmaps 
-\input chap\_clipboard\_dnd.tex     % Chapter 16: Clipboard and drag and drop 
-\input chap\_advanced\_controls.tex % Chapter 17: Advanced controls (list,tree,notebook,splitter,wxWizard,wxCalCtrl...) 
-\input chap\_docview.tex            % Chapter 18: Document/view classes 
-\input chap\_scrolling.tex          % Chapter 19: Scrolling 
-\input chap\_mdi.tex                % Chapter 20: MDI 
-\input chap\_printing.tex           % Chapter 21: Printing 
-\input chap\_help.tex               % Chapter 22: Providing help in your applications 
-\input chap\_strings.tex            % Chapter 23: Strings and internationalization 
-\input chap\_data\_classes.tex      % Chapter 24: Collection and container classes 
-\input chap\_memory.tex             % Chapter 25: Memory management and debugging (including wxLog) 
-\input chap\_runtime.tex            % Chapter 26: Run-time class information 
-\input chap\_advanced\_events.tex   % Chapter 27: Advanced event handling (user-defined events, ...) 
-\input chap\_comms.tex              % Chapter 28: Communication classes, including wxSocket 
-\input chap\_database.tex           % Chapter 29: Database classes 
-\input chap\_file\_stream.tex       % Chapter 30: File and stream classes 
-\input chap\_config.tex             % Chapter 31: Configuration classes 
-\input chap\_time.tex               % Chapter 32: Time, timers and idle processing 
-\input chap\_multithreading.tex     % Chapter 33: Writing multithreading applications 
-\input chap\_perfecting.tex         % Chapter 34: Perfecting your UI (Adapting to system settings, accelerators, ...) 
-\input chap\_platform.tex           % Chapter 35: Platform-specific programming (metafiles, OLE automation, taskbar, ...) 
-\input chap\_wxhtml.tex             % Chapter 36: Using wxHTML 
-\input chap\_wxpython.tex           % Chapter 37: Using wxPython 
-\input chap\_wxbase.tex             % Chapter 38: wxBase? 
-\input chap\_comparison.tex         % Appendix: Comparison with other toolkits: MFC, Qt etc. 
-\input chap\_resources.tex          % Appendix: a compendium of external resources, libraries etc.
+% 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
 
 \bibliography{refs}
 \addcontentsline{toc}{chapter}{Bibliography}
diff --git a/docs/latex/book/refs.bib b/docs/latex/book/refs.bib
new file mode 100644 (file)
index 0000000..836814c
--- /dev/null
@@ -0,0 +1,59 @@
+@techreport{robins87,
+author = {Robins, Gabriel},
+title = {The {ISI} grapher: a portable tool for displaying graphs pictorially (ISI/RS-87-196)},
+institution = {University of South California},
+year = {1987},
+month = {September}
+}
+@book{helpbook,
+author = {Boggan, Scott and Fakas, David and Welinske, Joe}
+, title = {Developing on-line help for {W}indows}
+, publisher = {Sams Publishing}
+, address = {11711 North College, Carmel, Indiana 46032, USA}
+, year = {1993}
+}
+@book{wong93,
+author = {Wong, William}
+, title = {Plug and play programming}
+, publisher = {M and T Books}
+, address = {115 West 18th Street, New York, New York 10011}
+, year = {1993}
+}
+@book{pree94,
+author = {Pree, Wolfgang}
+, title = {Design patterns for object-oriented software development}
+, publisher = {Addison-Wesley}
+, address = {Reading, MA}
+, year = {1994}
+}
+@book{gamma95,
+author = {Gamma, Erich and Helm, Richard and Johnson, Ralph and Vlissides, John}
+, title = {Design patterns: elements of reusable object-oriented software}
+, publisher = {Addison-Wesley}
+, address = {Reading, MA}
+, year = {1994}
+}
+@book{kopka,
+author = {Kopka, Helmut and Daly, Patrick W.}
+, title = {A Guide to LaTeX}
+, publisher = {Addison-Wesley}
+, year = {1993}
+}
+@manual{smart95a,
+author = {Smart, Julian}
+, title = {wxCLIPS User Manual}
+, publisher = {Artificial Intelligence Applications Institute}
+, organization = {University of Edinburgh}
+, address = {80 South Bridge, Edinburgh, EH1 1HN}
+, year = {1995}
+}
+
+@manual{smart95b,
+author = {Smart, Julian}
+, title = {Tex2RTF User Manual}
+, publisher = {Artificial Intelligence Applications Institute}
+, organization = {University of Edinburgh}
+, address = {80 South Bridge, Edinburgh, EH1 1HN}
+, year = {1995}
+}
+