Managed to trick LaTex into using the overviews

and using the nicer formating of them


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-12-02 17:14:53 +00:00
parent cc4f194e48
commit a58e5dad46
3 changed files with 146 additions and 64 deletions

View File

@@ -667,6 +667,7 @@ That's all there is to it!
\input function.tex \input function.tex
\input constant.tex \input constant.tex
\input category.tex \input category.tex
\input topics2.tex
\input topics.tex \input topics.tex
\input portnote.tex \input portnote.tex
% Deprecated classes % Deprecated classes

View File

@@ -4,67 +4,83 @@
This chapter contains a selection of topic overviews. This chapter contains a selection of topic overviews.
%\input tchanges.tex -- deprecated: look at docs/changes.txt instead
\input tusage.tex {\large {\bf Starting with wxWidgets}}
\input tguide.tex
\input hworld.tex \helpref{Notes on using the reference}{referencenotes}\\
\input tsamples.tex \helpref{Writing a wxWidgets application: a rough guide}{roughguide}\\
\input tapp.tex \helpref{wxWidgets Hello World sample}{helloworld}\\
\input twinsizes.tex \helpref{wxWidgets samples}{samples}\\
\input truntime.tex \helpref{wxPython overview}{wxpython}
\input trefcount.tex
\input tstring.tex {\large {\bf Programming with wxWidgets}}
\input tbuffer.tex
\input tdate.tex \helpref{Backward compatibility}{backwardcompatibility}\\
\input tunicode.tex \helpref{Runtime class information (RTTI) overview}{runtimeclassoverview}\\
\input tmbconv.tex \helpref{Reference counting}{trefcount}\\
\input ti18n.tex \helpref{wxApp overview}{wxappoverview}\\
\input tnoneng.tex \helpref{Unicode support in wxWidgets}{unicode}\\
\input tcontain.tex \helpref{wxMBConv classes overview}{mbconvclasses}\\
\input tfile.tex \helpref{Internationalization}{internationalization}\\
\input tstream.tex \helpref{Writing non-English applications}{nonenglishoverview}\\
\input tlog.tex \helpref{Debugging overview}{debuggingoverview}\\
\input tdebug.tex \helpref{wxLog classes overview}{wxlogoverview}\\
\input tconfig.tex \helpref{Event handling overview}{eventhandlingoverview}\\
%\input texpr.tex \helpref{C++ exceptions overview}{exceptionsoverview}\\
\input fs.tex \helpref{Window styles}{windowstyles}\\
\input tevent.tex \helpref{Window deletion overview}{windowdeletionoverview}\\
\input texcept.tex \helpref{Environment variables}{envvars}
\input tstyles.tex
\input tdelwin.tex {\large {\bf Overviews of non-GUI classes}}
\input tdialog.tex
\input tvalidat.tex \helpref{wxString overview}{wxstringoverview}\\
\input tconstr.tex \helpref{Buffer classes overview}{bufferclasses}\\
\input tsizer.tex \helpref{Date and time classes overview}{wxdatetimeoverview}\\
\input txrc.tex \helpref{Container classes overview}{wxcontaineroverview}\\
\input tscroll.tex \helpref{File classes and functions overview}{wxfileoverview}\\
\input tbitmap.tex \helpref{wxStreams overview}{wxstreamoverview}\\
\input tdc.tex \helpref{Multithreading overview}{wxthreadoverview}\\
\input tfont.tex \helpref{wxConfig classes overview}{wxconfigoverview}\\
\input tfontenc.tex \helpref{wxFileSystem}{fs}\\
\input tsplittr.tex \helpref{Syntax of the builtin regular expression library}{wxresyn}\\
\input ttreectl.tex \helpref{Archive formats such as zip}{wxarc}\\
\input tlistctl.tex \helpref{Interprocess communication overview}{ipcoverview}\\
\input timaglst.tex \helpref{wxDataObject overview}{wxdataobjectoverview}\\
\input tbook.tex \helpref{ODBC Database classes overview}{odbcoverview}
\input tcommdlg.tex
\input tdocview.tex {\large {\bf Drawing related classes}}
% Deprecated
%\input ttab.tex \helpref{Device context overview}{dcoverview}\\
\input ttoolbar.tex \helpref{Bitmaps and icons overview}{wxbitmapoverview}\\
\input tgrid.tex \helpref{wxFont overview}{wxfontoverview}\\
\input ttips.tex \helpref{Font encoding overview}{wxfontencodingoverview}\\
\input tprint.tex \helpref{Printing overview}{printingoverview}\\
\input tthreads.tex \helpref{Printing under GTK+}{unixprinting}
\input tdnd.tex
\input tclipbrd.tex {\large {\bf Overviews of GUI classes}}
\input tdb.tex
\input tipc.tex \helpref{Sizer overview}{sizeroverview}\\
\input wxhtml.tex \helpref{XML-based resource system overview}{xrcoverview}\\
\input richtextoverview.tex \helpref{Window Sizing Overview}{windowsizingoverview}\\
\input taui.tex \helpref{Scrolling overview}{scrollingoverview}\\
\input tenvvars.tex \helpref{wxDialog overview}{wxdialogoverview}\\
\input wxPython.tex \helpref{wxValidator overview}{validatoroverview}\\
\input re_syntax.tex \helpref{Drag and drop overview}{wxdndoverview}\\
\input arc.tex \helpref{Constraints overview}{constraintsoverview}
\input backwardcompat.tex
{\large {\bf Overviews over individual controls}}
\helpref{wxSplitterWindow overview}{wxsplitterwindowoverview}\\
\helpref{wxTreeCtrl overview}{wxtreectrloverview}\\
\helpref{wxListCtrl overview}{wxlistctrloverview}\\
\helpref{wxImageList overview}{wximagelistoverview}\\
\helpref{wxBookCtrl overview}{wxbookctrloverview}\\
\helpref{Common dialogs overview}{commondialogsoverview}\\
\helpref{Toolbar overview}{wxtoolbaroverview}\\
\helpref{wxGrid classes overview}{gridoverview}\\
\helpref{wxTipProvider overview}{wxtipprovider}\\
\helpref{wxHTML overview}{wxhtml}\\
\helpref{wxRichTextCtrl overview}{wxrichtextctrloverview}\\
\helpref{wxAUI (advanced user interface) overview}{wxauioverview}\\
\helpref{Document/view overview}{docviewoverview}

65
docs/latex/wx/topics2.tex Normal file
View File

@@ -0,0 +1,65 @@
\input tusage.tex
\input tguide.tex
\input hworld.tex
\input tsamples.tex
\input tapp.tex
\input twinsizes.tex
\input truntime.tex
\input trefcount.tex
\input tstring.tex
\input tbuffer.tex
\input tdate.tex
\input tunicode.tex
\input tmbconv.tex
\input ti18n.tex
\input tnoneng.tex
\input tcontain.tex
\input tfile.tex
\input tstream.tex
\input tlog.tex
\input tdebug.tex
\input tconfig.tex
%\input texpr.tex
\input fs.tex
\input tevent.tex
\input texcept.tex
\input tstyles.tex
\input tdelwin.tex
\input tdialog.tex
\input tvalidat.tex
\input tconstr.tex
\input tsizer.tex
\input txrc.tex
\input tscroll.tex
\input tbitmap.tex
\input tdc.tex
\input tfont.tex
\input tfontenc.tex
\input tsplittr.tex
\input ttreectl.tex
\input tlistctl.tex
\input timaglst.tex
\input tbook.tex
\input tcommdlg.tex
\input tdocview.tex
% Deprecated
%\input ttab.tex
\input ttoolbar.tex
\input tgrid.tex
\input ttips.tex
\input tprint.tex
\input tthreads.tex
\input tdnd.tex
\input tclipbrd.tex
\input tdb.tex
\input tipc.tex
\input wxhtml.tex
\input richtextoverview.tex
\input taui.tex
\input tenvvars.tex
\input wxPython.tex
\input re_syntax.tex
\input arc.tex
\input backwardcompat.tex