X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..c6c825d8dd7e956c0561b769588e44e54c2c0222:/docs/latex/wx/clasinfo.tex diff --git a/docs/latex/wx/clasinfo.tex b/docs/latex/wx/clasinfo.tex index 66388d2d19..c25a00e5a4 100644 --- a/docs/latex/wx/clasinfo.tex +++ b/docs/latex/wx/clasinfo.tex @@ -8,10 +8,13 @@ of macros such as {\bf DECLARE\_DYNAMIC\_CLASS} and {\bf IMPLEMENT\_DYNAMIC\_CLA No parent class. +\wxheading{Include files} + + + \wxheading{See also} -\overview{Overview}{wxclassinfooverview}\\ -\helpref{wxObject}{wxobject} +\helpref{Overview}{wxclassinfooverview}, \helpref{wxObject}{wxobject} \latexignore{\rtfignore{\wxheading{Members}}} @@ -28,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} @@ -65,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.