reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -621,11 +621,12 @@ SWIG_Check_int(PyObject* obj)
 | 
			
		||||
    } else if (target == Py_None) {  
 | 
			
		||||
        Py_DECREF(Py_None);
 | 
			
		||||
        target = o;
 | 
			
		||||
    } else {                         
 | 
			
		||||
        o2 = target;
 | 
			
		||||
        target = PyTuple_New(1);
 | 
			
		||||
        PyTuple_SetItem(target, 0, o2);
 | 
			
		||||
 | 
			
		||||
    } else {
 | 
			
		||||
        if (!PyTuple_Check(target)) {
 | 
			
		||||
            o2 = target;
 | 
			
		||||
            target = PyTuple_New(1);
 | 
			
		||||
            PyTuple_SetItem(target, 0, o2);
 | 
			
		||||
        }            
 | 
			
		||||
        o3 = PyTuple_New(1);            
 | 
			
		||||
        PyTuple_SetItem(o3, 0, o);      
 | 
			
		||||
 | 
			
		||||
@@ -635,7 +636,7 @@ SWIG_Check_int(PyObject* obj)
 | 
			
		||||
        Py_DECREF(o3);
 | 
			
		||||
    }
 | 
			
		||||
    return target;
 | 
			
		||||
}
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
PyObject *wxPen_GetDashes(wxPen *self){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user