reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-05 22:07:02 +00:00
parent edd13c9d8a
commit f89238b9fe
18 changed files with 372 additions and 396 deletions

View File

@@ -45068,7 +45068,7 @@ SWIGINTERN PyObject *_wrap_new_FontPickerCtrl(PyObject *SWIGUNUSEDPARM(self), Py
PyObject *resultobj = 0;
wxWindow *arg1 = (wxWindow *) 0 ;
int arg2 = (int) -1 ;
wxFont const &arg3_defvalue = *wxNORMAL_FONT ;
wxFont const &arg3_defvalue = wxNullFont ;
wxFont *arg3 = (wxFont *) &arg3_defvalue ;
wxPoint const &arg4_defvalue = wxDefaultPosition ;
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
@@ -45210,7 +45210,7 @@ SWIGINTERN PyObject *_wrap_FontPickerCtrl_Create(PyObject *SWIGUNUSEDPARM(self),
wxFontPickerCtrl *arg1 = (wxFontPickerCtrl *) 0 ;
wxWindow *arg2 = (wxWindow *) 0 ;
int arg3 = (int) -1 ;
wxFont const &arg4_defvalue = *wxNORMAL_FONT ;
wxFont const &arg4_defvalue = wxNullFont ;
wxFont *arg4 = (wxFont *) &arg4_defvalue ;
wxPoint const &arg5_defvalue = wxDefaultPosition ;
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;