wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
03309a47ae
commit
4c2fd21d4e
|
@ -7152,6 +7152,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 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>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</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="wxWANTS_CHARS">
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="6" direction="in" default="wxScrolledWindow"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxDialog::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString & name = wxDialogNameStr) -->
|
<!-- bool wxDialog::Create(wxWindow * parent, wxWindowID id, const wxString & title, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE, const wxString & name = wxDialogNameStr) -->
|
||||||
<function name="wxDialog::Create">
|
<function name="wxDialog::Create">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -8101,7 +8121,8 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxCommandEvent::SetString(const wxString &sr) -->
|
<!-- void wxCommandEvent::SetString(const wxString &sr) -->
|
||||||
<function name="wxCommandEvent::SetString">
|
<!-- void wxGridEvent::SetString(const wxString &sr) -->
|
||||||
|
<function name="wxCommandEvent::SetString,wxGridEvent::SetString">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
|
|
Loading…
Reference in New Issue