wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
a8a223ded2
commit
4d813a79ef
|
@ -7529,6 +7529,26 @@
|
||||||
<arg nr="6" direction="in" default="wxDefaultValidator"/>
|
<arg nr="6" direction="in" default="wxDefaultValidator"/>
|
||||||
<arg nr="7" direction="in" default="wxControl"/>
|
<arg nr="7" direction="in" default="wxControl"/>
|
||||||
</function>
|
</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) -->
|
<!-- 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">
|
<function name="wxScrolledWindow::Create">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue