A pointer to a class information object, which may be obtained
by using the ::CLASSINFO macro.
- @returns @true if the class represented by info is the same class as this
+ @return @true if the class represented by info is the same class as this
one or is derived from it.
*/
bool IsKindOf(wxClassInfo* info);
/**
Creates an object of the appropriate kind.
- @returns @NULL if the class has not been declared dynamically creatable
+ @return @NULL if the class has not been declared dynamically creatable
(typically, this happens for abstract classes).
*/
wxObject* CreateObject() const;
Reset this class to ptr which points to a reference counted object and
calls T::DecRef() on the previously owned object.
*/
- void reset(T *ptr)
+ void reset(T *ptr);
/**
Conversion to a boolean expression (in a variant which is not