]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/libs.tex
added missing brace after wxTB_NO_TOOLTIPS
[wxWidgets.git] / docs / latex / wx / libs.tex
index 437663ac9f469c1c703ea32cdccbee0a41bcaeb5..5d0211e0e9d0b243ba6bc8254c89757470e68c24 100644 (file)
@@ -56,18 +56,16 @@ applications don't.
 
 {\large {\bf wxAdvanced}}
 
-More advanced or rarely used GUI classes:
+Advanced or rarely used GUI classes:
 
 \begin{itemize}\itemsep=0pt
 \item{ wxBufferedDC }
 \item{ \helpref{wxCalendarCtrl}{wxcalendarctrl} }
-\item{ \helpref{wxDragImage}{wxdragimage} }
 \item{ \helpref{wxGrid classes}{gridoverview} }
 \item{ \helpref{wxJoystick}{wxjoystick} }
 \item{ \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} }
 \item{ \helpref{wxSplashScreen}{wxsplashscreen} }
 \item{ \helpref{wxTaskBarIcon}{wxtaskbaricon} }
-\item{ wxTipDialog }
 \item{ \helpref{wxSound}{wxsound} }
 \item{ \helpref{wxWizard}{wxwizard} }
 \item{ \helpref{wxSashLayoutWindow}{wxsashlayoutwindow} }
@@ -76,6 +74,14 @@ More advanced or rarely used GUI classes:
 
 Requires wxCore and wxBase.
 
+{\large {\bf wxMedia}}
+
+Miscellaneous classes related to multimedia. Currently this library only
+contains \helpref{wxMediaCtrl}{wxmediactrl} but more classes will be added in
+the future.
+
+Requires wxCore and wxBase.
+
 {\large {\bf wxGL}}
 
 This library contains \helpref{wxGLCanvas}{wxglcanvas} class for integrating
@@ -95,9 +101,23 @@ contained in this library, as well as
 
 \helpref{Database classes}{odbcoverview}. Requires wxBase.
 
+{\large {\bf wxQA}}
+
+This is the library containing extra classes for quality assurance. Currently
+it only contains \helpref{wxDebugReport}{wxdebugreport} and related classes,
+but more will be added to it in the future.
+
+Requires wxCore, wxBase and wxXML.
+
 {\large {\bf wxDbGrid}}
 
 \helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines 
  \helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}. 
 Requires wxODBC and wxAdvanced.
 
+{\large {\bf wxXRC}}
+
+This library contains \helpref{wxXmlResource}{wxxmlresource} class that
+provides access to XML resource files in XRC format.
+Requires wxXML, wxCore, wxAdvanced and wxHTML.
+