wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6c9e3223e8
commit
8613c06ba9
|
@ -6920,6 +6920,16 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxWindowBase::SetAutoLayout(bool autoLayout)-->
|
||||||
|
<!-- void wxWindow::SetAutoLayout(bool autoLayout)-->
|
||||||
|
<function name="wxWindowBase::SetAutoLayout,wxWindow::SetAutoLayout">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- void wxWindowBase::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 wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||||
<!-- void wxPanel::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
<!-- 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 wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||||
|
@ -6931,7 +6941,7 @@
|
||||||
<!-- void wxStaticText::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)-->
|
||||||
<!-- void wxGauge::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
<!-- void wxGauge::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||||
<!-- void wxCheckBox::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
<!-- void wxCheckBox::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
|
||||||
<function name="wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxContextHelpButton::SetSize,wxCommandLinkButton::SetSize,wxBitmapButton::SetSize,wxSpinButton::SetSize,wxButton::SetSize,wxStaticText::SetSize,wxGauge::SetSize,wxCheckBox::SetSize">
|
<function name="wxWindowBase::SetSize,wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxContextHelpButton::SetSize,wxCommandLinkButton::SetSize,wxBitmapButton::SetSize,wxSpinButton::SetSize,wxButton::SetSize,wxStaticText::SetSize,wxGauge::SetSize,wxCheckBox::SetSize">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
|
|
Loading…
Reference in New Issue