wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-10 08:54:58 +02:00
parent aa837075a5
commit 9567076845
1 changed files with 11 additions and 0 deletions

View File

@ -8627,6 +8627,17 @@
<not-null/>
</arg>
</function>
<!-- void wxSizer::SetMinSize(const wxSize & size) -->
<!-- void wxSizer::SetMinSize(int width, int height) -->
<function name="wxSizer::SetMinSize">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<arg nr="2" default="0" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
<!-- virtual void wxWindow::SetMaxSize(const wxSize & size) -->
<!-- void wxTextCtrl::SetMinSize(const wxSize & size) -->