]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/clasinfo.tex
Name change replacements
[wxWidgets.git] / docs / latex / wx / clasinfo.tex
index f81149f271b4e78a0946d923c128766e396791c7..c25a00e5a4d6e00bd25db0af5d8e53e9c0f67848 100644 (file)
@@ -8,6 +8,10 @@ of macros such as {\bf DECLARE\_DYNAMIC\_CLASS} and {\bf IMPLEMENT\_DYNAMIC\_CLA
 
 No parent class.
 
+\wxheading{Include files}
+
+<wx/object.h>
+
 \wxheading{See also}
 
 \helpref{Overview}{wxclassinfooverview}, \helpref{wxObject}{wxobject}
@@ -27,7 +31,7 @@ class, so there is no need to create such objects explicitly in an application.
 \func{wxObject*}{CreateObject}{\void}
 
 Creates an object of the appropriate kind. Returns NULL if the class has not been declared
-dynamically createable (typically, it's an abstract class).
+dynamically creatable (typically, it is an abstract class).
 
 \membersection{wxClassInfo::FindClass}
 
@@ -64,12 +68,12 @@ Returns the size of the class.
 \func{static void}{InitializeClasses}{\void}
 
 Initializes pointers in the wxClassInfo objects for fast execution
-of IsKindOf. Called in base wxWindows library initialization.
+of IsKindOf. Called in base wxWidgets library initialization.
 
 \membersection{wxClassInfo::IsKindOf}\label{wxclassinfoiskindof}
 
 \func{bool}{IsKindOf}{\param{wxClassInfo* }{info}}
 
-Returns TRUE if this class is a kind of (inherits from) the given class.
+Returns true if this class is a kind of (inherits from) the given class.