wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ee86aa7b40
commit
e15188ca73
|
@ -6824,7 +6824,8 @@
|
|||
</function>
|
||||
<!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<!-- void wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<function name="wxWindow::SetSize,wxStatusBar::SetSize">
|
||||
<!-- void wxSpinButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<function name="wxWindow::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
@ -10574,7 +10575,8 @@
|
|||
</function>
|
||||
<!--wxSize wxWindow::GetSize(void) const -->
|
||||
<!--wxSize wxControl::GetSize(void) const -->
|
||||
<function name="wxWindow::GetSize,wxControl::GetSize">
|
||||
<!--wxSize wxSpinButton::GetSize(void) const -->
|
||||
<function name="wxWindow::GetSize,wxControl::GetSize,wxSpinButton::GetSize">
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue