1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: SWIG interface for wxObject
9 // Copyright: (c) 2003 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
16 //---------------------------------------------------------------------------
23 wxString GetClassName() {
24 return self->GetClassInfo()->GetClassName();
34 //---------------------------------------------------------------------------