wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4f6ac5f449
commit
6c9c723850
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue