wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-22 10:27:23 +01:00
parent f0da9098b9
commit 0475504728
1 changed files with 4 additions and 3 deletions

View File

@ -8053,7 +8053,7 @@
</arg>
</function>
<!-- bool wxEvtHandler::Disconnect(int id = wxID_ANY, wxEventType eventType = wxEVT_NULL, wxObjectEventFunction function = NULL, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL) -->
<function name="wxEvtHandler::Disconnect,wxSlider::Disconnect,wxStaticText::Disconnect,wxTextCtrl::Disconnect,wxButton::Disconnect,wxBitmapButton::Disconnect,wxCheckBox::Disconnect,wxComboBox::Disconnect,wxWindow::Disconnect">
<function name="wxEvtHandler::Disconnect,wxSlider::Disconnect,wxStaticText::Disconnect,wxTextCtrl::Disconnect,wxButton::Disconnect,wxBitmapButton::Disconnect,wxCheckBox::Disconnect,wxComboBox::Disconnect,wxWindow::Disconnect,wxChoice::Disconnect">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
@ -8075,7 +8075,7 @@
<!-- void wxEvtHandler::Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL) -->
<!-- void wxEvtHandler::Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL)-->
<!-- void wxEvtHandler::Connect(wxEventType eventType, wxObjectEventFunction function, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL)-->
<function name="wxEvtHandler::Connect,wxStyledTextCtrl::Connect,wxComboBox::Connect,wxStaticText::Connect,wxTextCtrl::Connect,wxStaticBitmap::Connect,wxButton::Connect,wxSlider::Connect,wxBitmapButton::Connect,wxCheckBox::Connect,wxWindow::Connect">
<function name="wxEvtHandler::Connect,wxStyledTextCtrl::Connect,wxComboBox::Connect,wxStaticText::Connect,wxTextCtrl::Connect,wxStaticBitmap::Connect,wxButton::Connect,wxSlider::Connect,wxBitmapButton::Connect,wxCheckBox::Connect,wxWindow::Connect,wxChoice::Connect">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
@ -11288,7 +11288,8 @@
</arg>
</function>
<!-- static bool wxFile::Exists(const wxString & filename)-->
<function name="wxFile::Exists">
<!-- static bool wxDir::Exists(const wxString & dirname)-->
<function name="wxFile::Exists,wxDir::Exists">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>