wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-11-05 15:04:29 +01:00
parent 4f6ac5f449
commit 6c9c723850
1 changed files with 9 additions and 0 deletions

View File

@ -9604,6 +9604,15 @@
<use-retval/>
<returnValue type="wxSize"/>
</function>
<!--wxString wxControl::GetLabel () const -->
<!--wxString wxControl::GetLabelText () const -->
<function name="wxControl::GetLabel,wxControl::GetLabelText">
<leak-ignore/>
<const/>
<noreturn>false</noreturn>
<use-retval/>
<returnValue type="wxString"/>
</function>
<!--wxSizer* wxWindow::GetSizer(void) const -->
<function name="wxWindow::GetSizer">
<leak-ignore/>