wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-06 21:03:23 +01:00
parent 8777bc6975
commit 7024d29a9d
1 changed files with 18 additions and 1 deletions

View File

@ -11422,7 +11422,7 @@
<!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
<!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
<!-- void wxRect::SetRightTop( const wxPoint & p ) -->
<function name="wxRect::SetLeftBottom,wxRect::SetLeftBottom,wxRect::SetRightBottom,wxRect::SetRightTop">
<function name="wxRect::SetLeftBottom,wxRect::SetLeftTop,wxRect::SetRightBottom,wxRect::SetRightTop">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
@ -12636,6 +12636,23 @@
<not-uninit/>
</arg>
</function>
<!-- virtual bool wxPrinter::Print(wxWindow * parent, wxPrintout * printout, bool prompt = true) -->
<function name="wxPrinter::Print">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2" direction="inout">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3" default="true" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxFont wxGetFontFromUser(wxWindow *parent, const wxFont & fontInit, const wxString & caption = wxEmptyString) -->
<function name="wxGetFontFromUser">
<noreturn>false</noreturn>