wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3a236e933c
commit
afbeb6f3bd
|
@ -6581,7 +6581,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<function name="wxDC::DrawLine">
|
||||
<!-- void wxMemoryDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
|
||||
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="2"/>
|
||||
|
@ -6884,4 +6885,11 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!--static wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory cat = wxLOCALE_CAT_DEFAULT) -->
|
||||
<function name="wxLocale::GetInfo">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxString"/>
|
||||
<use-retval/>
|
||||
<arg nr="2" default="wxLOCALE_CAT_DEFAULT"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue