wx._core.Object
The base class for most wx objects, although in wxPython not much functionality is needed nor exposed.

Destroy(args, kwargs)
Destroy(self) Deletes the C++ object this Python object is a proxy for.

GetClassName(args, kwargs)
GetClassName(self) -> String Returns the class name of the C++ class using wxRTTI.

[constructor]
Usage: classname(arguments)

[member '__dict__']
The dictionary of attributes and methods for this class

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[member '__weakref__']
No Documentation

[operator 'repr']
Usage: repr(a)