X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..cf0d7921e49b050a623bd4b0180abe721ce548f9:/docs/latex/wx/libs.tex diff --git a/docs/latex/wx/libs.tex b/docs/latex/wx/libs.tex index 437663ac9f..0183a64e7b 100644 --- a/docs/latex/wx/libs.tex +++ b/docs/latex/wx/libs.tex @@ -56,7 +56,7 @@ 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 } @@ -67,7 +67,6 @@ More advanced or rarely used GUI classes: \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 +75,16 @@ More advanced or rarely used GUI classes: Requires wxCore and wxBase. +{\large {\bf wxMedia}} + +Advanced classes that are either low-level or deal with media. + +\begin{itemize}\itemsep=0pt +\item{ \helpref{wxMediaCtrl}{wxmediactrl} } +\end{itemize} + +Requires wxCore and wxBase. + {\large {\bf wxGL}} This library contains \helpref{wxGLCanvas}{wxglcanvas} class for integrating @@ -101,3 +110,9 @@ contained in this library, as well as \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. +