wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8777bc6975
commit
7024d29a9d
|
@ -11422,7 +11422,7 @@
|
||||||
<!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
|
<!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
|
||||||
<!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
|
<!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
|
||||||
<!-- void wxRect::SetRightTop( 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>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -12636,6 +12636,23 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- wxFont wxGetFontFromUser(wxWindow *parent, const wxFont & fontInit, const wxString & caption = wxEmptyString) -->
|
||||||
<function name="wxGetFontFromUser">
|
<function name="wxGetFontFromUser">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue