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 constant.tex
\input category.tex
\input topics2.tex
\input topics.tex
\input portnote.tex
% Deprecated classes

View File

@@ -4,67 +4,83 @@
This chapter contains a selection of topic overviews.
%\input tchanges.tex -- deprecated: look at docs/changes.txt instead
\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
{\large {\bf Starting with wxWidgets}}
\helpref{Notes on using the reference}{referencenotes}\\
\helpref{Writing a wxWidgets application: a rough guide}{roughguide}\\
\helpref{wxWidgets Hello World sample}{helloworld}\\
\helpref{wxWidgets samples}{samples}\\
\helpref{wxPython overview}{wxpython}
{\large {\bf Programming with wxWidgets}}
\helpref{Backward compatibility}{backwardcompatibility}\\
\helpref{Runtime class information (RTTI) overview}{runtimeclassoverview}\\
\helpref{Reference counting}{trefcount}\\
\helpref{wxApp overview}{wxappoverview}\\
\helpref{Unicode support in wxWidgets}{unicode}\\
\helpref{wxMBConv classes overview}{mbconvclasses}\\
\helpref{Internationalization}{internationalization}\\
\helpref{Writing non-English applications}{nonenglishoverview}\\
\helpref{Debugging overview}{debuggingoverview}\\
\helpref{wxLog classes overview}{wxlogoverview}\\
\helpref{Event handling overview}{eventhandlingoverview}\\
\helpref{C++ exceptions overview}{exceptionsoverview}\\
\helpref{Window styles}{windowstyles}\\
\helpref{Window deletion overview}{windowdeletionoverview}\\
\helpref{Environment variables}{envvars}
{\large {\bf Overviews of non-GUI classes}}
\helpref{wxString overview}{wxstringoverview}\\
\helpref{Buffer classes overview}{bufferclasses}\\
\helpref{Date and time classes overview}{wxdatetimeoverview}\\
\helpref{Container classes overview}{wxcontaineroverview}\\
\helpref{File classes and functions overview}{wxfileoverview}\\
\helpref{wxStreams overview}{wxstreamoverview}\\
\helpref{Multithreading overview}{wxthreadoverview}\\
\helpref{wxConfig classes overview}{wxconfigoverview}\\
\helpref{wxFileSystem}{fs}\\
\helpref{Syntax of the builtin regular expression library}{wxresyn}\\
\helpref{Archive formats such as zip}{wxarc}\\
\helpref{Interprocess communication overview}{ipcoverview}\\
\helpref{wxDataObject overview}{wxdataobjectoverview}\\
\helpref{ODBC Database classes overview}{odbcoverview}
{\large {\bf Drawing related classes}}
\helpref{Device context overview}{dcoverview}\\
\helpref{Bitmaps and icons overview}{wxbitmapoverview}\\
\helpref{wxFont overview}{wxfontoverview}\\
\helpref{Font encoding overview}{wxfontencodingoverview}\\
\helpref{Printing overview}{printingoverview}\\
\helpref{Printing under GTK+}{unixprinting}
{\large {\bf Overviews of GUI classes}}
\helpref{Sizer overview}{sizeroverview}\\
\helpref{XML-based resource system overview}{xrcoverview}\\
\helpref{Window Sizing Overview}{windowsizingoverview}\\
\helpref{Scrolling overview}{scrollingoverview}\\
\helpref{wxDialog overview}{wxdialogoverview}\\
\helpref{wxValidator overview}{validatoroverview}\\
\helpref{Drag and drop overview}{wxdndoverview}\\
\helpref{Constraints overview}{constraintsoverview}
{\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