+%typemap(out) wxCharBuffer {
+ $result = PyString_FromString((char*)$1.data());
+}
+
+
//---------------------------------------------------------------------------
// Typemaps to convert Python sequence objects (tuples, etc.) to
// wxSize, wxPoint, wxRealPoint, and wxRect.