wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
800b1f2277
commit
c8c3cc87c7
|
@ -6890,7 +6890,9 @@
|
|||
<!-- void wxPanel::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 wxSpinButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<function name="wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize">
|
||||
<!-- void wxButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<!-- void wxStaticText::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||
<function name="wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize,wxButton::SetSize,wxStaticText::SetSize">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
@ -7390,7 +7392,8 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxCheckBox::SetValue(bool state) -->
|
||||
<function name="wxCheckBox::SetValue">
|
||||
<!-- virtual void wxToggleButton::SetValue(bool state) -->
|
||||
<function name="wxCheckBox::SetValue,wxToggleButton::SetValue">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
|
|
Loading…
Reference in New Issue