wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a10c2eec92
commit
7475ab2af8
|
@ -5991,7 +5991,10 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxSize wxSizer::Fit(wxWindow * window)-->
|
<!-- wxSize wxSizer::Fit(wxWindow * window)-->
|
||||||
<function name="wxSizer::Fit">
|
<!-- wxSize wxSizer::FitInside(wxWindow * window)-->
|
||||||
|
<!-- wxSize wxBoxSizer::Fit(wxWindow * window)-->
|
||||||
|
<!-- wxSize wxBoxSizer::FitInside(wxWindow * window)-->
|
||||||
|
<function name="wxSizer::Fit,wxSizer::FitInside,wxBoxSizer::Fit,wxBoxSizer::FitInside">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="wxSize"/>
|
<returnValue type="wxSize"/>
|
||||||
|
@ -6980,6 +6983,22 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- wxString & wxString::Append (const char *psz) -->
|
||||||
|
<!-- wxString & wxString:: Append (const wchar_t *pwz) -->
|
||||||
|
<!-- wxString & wxString::Append (const char *psz, size_t nLen) (*)-->
|
||||||
|
<!-- wxString & wxString::Append (const wchar_t *pwz, size_t nLen) (*)-->
|
||||||
|
<!-- wxString & wxString::Append (const wxString &s) (+)-->
|
||||||
|
<!-- wxString & wxString::Append (wxUniChar ch, size_t count=1u) (*)-->
|
||||||
|
<function name="wxString::Appendt">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1">
|
||||||
|
<!-- <not-uninit/> Avoid FPs (+)-->
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<!--(*) 2.arg version not supported -->
|
||||||
|
</function>
|
||||||
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
|
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
|
||||||
<function name="wxWindow::FindWindowById">
|
<function name="wxWindow::FindWindowById">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue