X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..4a7ea057cd6bf54d645134615f4c9d247767cef0:/wxPython/src/_stockobjs.i?ds=inline diff --git a/wxPython/src/_stockobjs.i b/wxPython/src/_stockobjs.i index 15d6377989..3abd60a2e2 100644 --- a/wxPython/src/_stockobjs.i +++ b/wxPython/src/_stockobjs.i @@ -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;