]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/object.tex
replaced wxControl with wxWindow in 2 methods
[wxWidgets.git] / docs / latex / wx / object.tex
index d5b0550ef27425eca67d5256d9fb7ee500736a66..d82f24bf5642151376c76a808f5112a37969b694 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxObject}}\label{wxobject}
 
-This is the root class of all wxWindows classes.
+This is the root class of all wxWidgets classes.
 It declares a virtual destructor which ensures that
 destructors get called for all derived class objects where necessary.
 
@@ -66,7 +66,7 @@ This function is only defined in debug build and doesn't exist at all if
 
 \wxheading{Remarks}
 
-Currently wxWindows does not define Dump for derived classes, but
+Currently wxWidgets does not define Dump for derived classes, but
 programmers may wish to use it for their own applications. Be sure to
 call the Dump member of the class's base class to allow all information to be
 dumped.
@@ -107,7 +107,7 @@ by using the CLASSINFO macro.}
 
 \wxheading{Return value}
 
-TRUE if the class represented by {\it info} is the same class as
+true if the class represented by {\it info} is the same class as
 this one or is derived from it.
 
 \wxheading{Example}