return NULL;
{
PyThreadState* __tstate = wxPyBeginAllowThreads();
- _result = new wxColour (wxSystemSettings::GetSystemColour(_arg0));
+ _result = new wxColour (wxSystemSettings::GetColour(_arg0));
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) return NULL;
return NULL;
{
PyThreadState* __tstate = wxPyBeginAllowThreads();
- _result = new wxFont (wxSystemSettings::GetSystemFont(_arg0));
+ _result = new wxFont (wxSystemSettings::GetFont(_arg0));
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) return NULL;
return NULL;
{
PyThreadState* __tstate = wxPyBeginAllowThreads();
- _result = (int )wxSystemSettings::GetSystemMetric(_arg0);
+ _result = (int )wxSystemSettings::GetMetric(_arg0);
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) return NULL;