1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: SWIG interface for wxObject
9 // Copyright: (c) 2003 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
16 //---------------------------------------------------------------------------
20 "The base class for most wx objects, although in wxPython not
21 much functionality is needed nor exposed.");
28 "Returns the class name of the C++ class using wxRTTI.");
29 wxString GetClassName() {
30 return self->GetClassInfo()->GetClassName();
34 "Deletes the C++ object this Python object is a proxy for.");
42 //---------------------------------------------------------------------------