From: Václav Slavík Date: Sat, 18 Sep 2004 13:21:57 +0000 (+0000) Subject: moving XRC to the core X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5de33e90f4fa362fd48ea44e27de8406662d36e?ds=inline moving XRC to the core git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index b66f036525..af2a77f1fc 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -229,6 +229,7 @@ All (GUI): - recursive wxSizer::Show for subsizer and return value if element was found - added wxChoicebook control - smoother time estimation updates in wxProgressDialog (Christian Sturmlechner) +- the XRC contrib library was moved to the core Unix: diff --git a/docs/latex/wx/libs.bmp b/docs/latex/wx/libs.bmp index f93a5bb623..8ae9028f41 100644 Binary files a/docs/latex/wx/libs.bmp and b/docs/latex/wx/libs.bmp differ diff --git a/docs/latex/wx/libs.dia b/docs/latex/wx/libs.dia index d6b928c3b2..16a6248146 100644 --- a/docs/latex/wx/libs.dia +++ b/docs/latex/wx/libs.dia @@ -164,21 +164,21 @@ - + - - + + - + - + @@ -202,13 +202,13 @@ - + - + @@ -225,7 +225,7 @@ - #wxHTML# + #wxGL# @@ -247,13 +247,13 @@ - + - + - + @@ -282,7 +282,7 @@ - + @@ -295,19 +295,17 @@ - + - + - - + - @@ -333,19 +331,17 @@ - + - + - - - + + - @@ -373,13 +369,13 @@ - + - + @@ -396,7 +392,7 @@ - #wxGL# + #wxHTML# @@ -418,19 +414,17 @@ - + - + - - - + + - @@ -504,13 +498,13 @@ - + - + - + @@ -539,7 +533,7 @@ - + @@ -552,24 +546,24 @@ - + - + - - - - + + + + - + - + @@ -585,7 +579,7 @@ - + @@ -593,16 +587,14 @@ - + - - + - @@ -679,18 +671,18 @@ - + - - + + - + @@ -765,16 +757,14 @@ - + - - + - @@ -836,5 +826,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + ## + + + + + #wxXRC# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## + + + ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## + + + ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## + + + ## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## + + + ## + + + + + + + + + diff --git a/docs/latex/wx/libs.gif b/docs/latex/wx/libs.gif index 51bc8e486d..8eb7d02bf8 100644 Binary files a/docs/latex/wx/libs.gif and b/docs/latex/wx/libs.gif differ diff --git a/docs/latex/wx/libs.tex b/docs/latex/wx/libs.tex index 437663ac9f..3e6ba6d048 100644 --- a/docs/latex/wx/libs.tex +++ b/docs/latex/wx/libs.tex @@ -101,3 +101,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. +