]> git.saurik.com Git - wxWidgets.git/commitdiff
removed many redundant 'overview's; tried to make more clear what each overview covers
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Dec 2006 22:47:45 +0000 (22:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Dec 2006 22:47:45 +0000 (22:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/topics.tex

index 57a469589e8cca6134ce292c360535a97a527427..b779b0495a86c189fc876f17d928a60b94fdd2e9 100644 (file)
@@ -11,20 +11,20 @@ This chapter contains a selection of topic overviews.
 \helpref{Writing a wxWidgets application: a rough guide}{roughguide}\\
 \helpref{wxWidgets Hello World sample}{helloworld}\\
 \helpref{wxWidgets samples}{samples}\\
-\helpref{wxPython overview}{wxpython}
+\helpref{Introduction to wxPython}{wxpython}
 
 {\large {\bf Programming with wxWidgets}}
 
 \helpref{Backward compatibility}{backwardcompatibility}\\
-\helpref{Runtime class information (RTTI) overview}{runtimeclassoverview}\\
+\helpref{Runtime class information (RTTI)}{runtimeclassoverview}\\
 \helpref{Reference counting}{trefcount}\\
-\helpref{wxApp overview}{wxappoverview}\\
+\helpref{Application class: wxApp}{wxappoverview}\\
 \helpref{Unicode support in wxWidgets}{unicode}\\
-\helpref{wxMBConv classes overview}{mbconvclasses}\\
+\helpref{Conversion between Unicode and multibyte strings}{mbconvclasses}\\
 \helpref{Internationalization}{internationalization}\\
 \helpref{Writing non-English applications}{nonenglishoverview}\\
 \helpref{Debugging overview}{debuggingoverview}\\
-\helpref{wxLog classes overview}{wxlogoverview}\\
+\helpref{Logging overview}{wxlogoverview}\\
 \helpref{Event handling overview}{eventhandlingoverview}\\
 \helpref{C++ exceptions overview}{exceptionsoverview}\\
 \helpref{Window styles}{windowstyles}\\
@@ -33,54 +33,54 @@ This chapter contains a selection of topic overviews.
 
 {\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{String class: wxString}{wxstringoverview}\\
+\helpref{Buffer classes}{bufferclasses}\\
+\helpref{Date and time classes}{wxdatetimeoverview}\\
+\helpref{Container classes}{wxcontaineroverview}\\
+\helpref{File classes and functions}{wxfileoverview}\\
+\helpref{Stream classes}{wxstreamoverview}\\
+\helpref{Multi-threaded applications}{wxthreadoverview}\\
+\helpref{Working with program options: wxConfig}{wxconfigoverview}\\
+\helpref{Virtual file system: wxFileSystem}{fs}\\
+\helpref{Syntax of the built-in 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}
+\helpref{Interprocess communication}{ipcoverview}\\
+\helpref{ODBC Database classes}{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{Device contexts}{dcoverview}\\
+\helpref{Bitmaps and icons}{wxbitmapoverview}\\
+\helpref{Fonts}{wxfontoverview}\\
+\helpref{Fonts encodings}{wxfontencodingoverview}\\
+\helpref{Printing}{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}
+\helpref{Laying out window elements with sizers}{sizeroverview}\\
+\helpref{XML-based resource system}{xrcoverview}\\
+\helpref{Window sizing}{windowsizingoverview}\\
+\helpref{Scrolling}{scrollingoverview}\\
+\helpref{Dialogs}{wxdialogoverview}\\
+\helpref{Transferring and validating data}{validatoroverview}\\
+\helpref{Data exchange: wxDataObject}{wxdataobjectoverview}\\
+\helpref{Drag and drop}{wxdndoverview}\\
+\helpref{Layout constraints}{constraintsoverview}
 
-{\large {\bf Overviews over individual controls}}
+{\large {\bf Overviews of 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}
+\helpref{wxHTML}{wxhtml}\\
+\helpref{wxRichTextCtrl}{wxrichtextctrloverview}\\
+\helpref{wxAUI (advanced user interface)}{wxauioverview}\\
+\helpref{Common dialogs}{commondialogsoverview}\\
+\helpref{Toolbar}{wxtoolbaroverview}\\
+\helpref{wxGrid}{gridoverview}\\
+\helpref{wxTreeCtrl}{wxtreectrloverview}\\
+\helpref{wxListCtrl}{wxlistctrloverview}\\
+\helpref{wxSplitterWindow}{wxsplitterwindowoverview}\\
+\helpref{wxImageList}{wximagelistoverview}\\
+\helpref{wxBookCtrl}{wxbookctrloverview}\\
+\helpref{wxTipProvider}{wxtipprovider}\\
+\helpref{Document/view}{docviewoverview}