KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_python_helpers.h
Go to the documentation of this file.
1#ifndef WX_HELPERS_H_
2#define WX_HELPERS_H_
3
4#include <Python.h>
5#include <wx/intl.h>
6#include <wx/string.h>
7#include <wx/arrstr.h>
8
9
10PyObject* wxArrayString2PyList( const wxArrayString& lst );
11wxString Py2wxString( PyObject* source );
12PyObject* wx2PyString( const wxString& src );
13
14void wxSetDefaultPyEncoding( const char* encoding );
15const char* wxGetDefaultPyEncoding();
16
17#endif // WX_HELPERS_H_
const char * wxGetDefaultPyEncoding()
void wxSetDefaultPyEncoding(const char *encoding)
wxString Py2wxString(PyObject *source)
PyObject * wxArrayString2PyList(const wxArrayString &lst)
PyObject * wx2PyString(const wxString &src)