wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-12-14 08:30:29 +01:00
parent a8a223ded2
commit 4d813a79ef
1 changed files with 20 additions and 0 deletions

View File

@ -7529,6 +7529,26 @@
<arg nr="6" direction="in" default="wxDefaultValidator"/>
<arg nr="7" direction="in" default="wxControl"/>
</function>
<!-- bool wxControl::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
<function name="wxSlider::Create">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="in" default="wxDefaultPosition"/>
<arg nr="4" direction="in" default="wxDefaultSize"/>
<arg nr="5" direction="in" default="0">
<not-bool/>
</arg>
<arg nr="6" direction="in" default="wxDefaultValidator"/>
<arg nr="7" direction="in" default="wxSlider"/>
</function>
<!-- bool wxScrolledWindow::Create(wxWindow * parent, wxWindowID id, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxWANTS_CHARS, const wxString & name = wxControlNameStr) -->
<function name="wxScrolledWindow::Create">
<noreturn>false</noreturn>