X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..59455c67d444c12f6d6a59e0c16528554c8b4c30:/wxPython/src/_stockobjs.i diff --git a/wxPython/src/_stockobjs.i b/wxPython/src/_stockobjs.i index 655e891000..3abd60a2e2 100644 --- a/wxPython/src/_stockobjs.i +++ b/wxPython/src/_stockobjs.i @@ -69,7 +69,7 @@ public: void AddFont(wxFont* font); wxFont * FindOrCreateFont(int point_size, int family, int style, int weight, - bool underline = FALSE, const wxString& facename = wxPyEmptyString, + bool underline = False, const wxString& facename = wxPyEmptyString, wxFontEncoding encoding = wxFONTENCODING_DEFAULT); void RemoveFont(wxFont *font); @@ -80,6 +80,11 @@ public: %newgroup +// %typemap(varout) wxFont* { +// // my typemap +// $result = SWIG_NewPointerObj((void *) $1, $1_descriptor, 0); +// } + // See also wxPy_ReinitStockObjects in helpers.cpp %immutable;