wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
f0da9098b9
commit
0475504728
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue