]> git.saurik.com Git - wxWidgets.git/commitdiff
converted char * references to wxChar *
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 25 Jul 2004 16:50:57 +0000 (16:50 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 25 Jul 2004 16:50:57 +0000 (16:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/clasinfo.tex

index c25a00e5a4d6e00bd25db0af5d8e53e9c0f67848..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
@@ -35,25 +35,25 @@ 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.