]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/clasinfo.tex
replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from...
[wxWidgets.git] / docs / latex / wx / clasinfo.tex
index bdb9e3fa751f1c08b5ab0c65349009ba9e168798..f419db7f5321fc55887ef274242a87f1b003695a 100644 (file)
@@ -20,7 +20,7 @@ No parent class.
 
 \membersection{wxClassInfo::wxClassInfo}\label{wxclassinfoconstr}
 
-\func{}{wxClassInfo}{\param{char* }{className}, \param{char* }{baseClass1}, \param{char* }{baseClass2},
+\func{}{wxClassInfo}{\param{wxChar * }{className}, \param{wxChar * }{baseClass1}, \param{wxChar * }{baseClass2},
  \param{int}{ size}, \param{wxObjectConstructorFn }{fn}}
 
 Constructs a wxClassInfo object. The supplied macros implicitly construct objects of this
@@ -31,29 +31,29 @@ 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}
 
-\func{static wxClassInfo *}{FindClass}{\param{char* }{name}}
+\func{static wxClassInfo *}{FindClass}{\param{wxChar * }{name}}
 
 Finds the wxClassInfo object for a class of the given string name.
 
 \membersection{wxClassInfo::GetBaseClassName1}
 
-\constfunc{char*}{GetBaseClassName1}{\void}
+\constfunc{wxChar *}{GetBaseClassName1}{\void}
 
 Returns the name of the first base class (NULL if none).
 
 \membersection{wxClassInfo::GetBaseClassName2}
 
-\constfunc{char*}{GetBaseClassName2}{\void}
+\constfunc{wxChar *}{GetBaseClassName2}{\void}
 
 Returns the name of the second base class (NULL if none).
 
 \membersection{wxClassInfo::GetClassName}
 
-\constfunc{char *}{GetClassName}{\void}
+\constfunc{wxChar *}{GetClassName}{\void}
 
 Returns the string form of the class name.
 
@@ -68,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.