wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4f6ac5f449
commit
6c9c723850
|
@ -9604,6 +9604,15 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<returnValue type="wxSize"/>
|
<returnValue type="wxSize"/>
|
||||||
</function>
|
</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 -->
|
<!--wxSizer* wxWindow::GetSizer(void) const -->
|
||||||
<function name="wxWindow::GetSizer">
|
<function name="wxWindow::GetSizer">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue