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