Various tweaks, docstring fixes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
%extend {
|
||||
DocStr(GetClassName,
|
||||
"Returns the class name of the C++ object using wxRTTI.");
|
||||
"Returns the class name of the C++ class using wxRTTI.");
|
||||
wxString GetClassName() {
|
||||
return self->GetClassInfo()->GetClassName();
|
||||
}
|
||||
|
Reference in New Issue
Block a user