]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved paragraph to right place
authorRobert Roebling <robert@roebling.de>
Tue, 16 Oct 2007 21:49:16 +0000 (21:49 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 16 Oct 2007 21:49:16 +0000 (21:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/variant.tex

index 0c728a14eba9212e501ad4a8069207011094da19..6394598e1d3c1244675b15d75b5331fcce4eb05f 100644 (file)
@@ -65,10 +65,6 @@ can be most easily implemented using the reference counting support offered by
 \helpref{wxObject}{wxobject} itself. By default, wxWidgets already implements
 the shift operator conversion for a few of its drawing related classes:
 
-Note that as of wxWidgets 2.9.0, wxVariantData no longer inherits from wxObject
-and wxVariant no longer uses the type-unsafe wxList class for list
-operations but the type-safe wxVariantList class.
-
 \begin{verbatim}
 IMPLEMENT_VARIANT_OBJECT(wxColour)
 IMPLEMENT_VARIANT_OBJECT(wxImage)
@@ -76,6 +72,10 @@ IMPLEMENT_VARIANT_OBJECT(wxIcon)
 IMPLEMENT_VARIANT_OBJECT(wxBitmap)
 \end{verbatim}
 
+Note that as of wxWidgets 2.9.0, wxVariantData no longer inherits from wxObject
+and wxVariant no longer uses the type-unsafe wxList class for list
+operations but the type-safe wxVariantList class.
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}