wxwidgets.cfg: Added support for wxEvtHandler::Disconnect().

This commit is contained in:
orbitcowboy 2019-01-25 09:36:50 +01:00
parent 23da9e9485
commit a100de9055
1 changed files with 19 additions and 0 deletions

View File

@ -5574,6 +5574,25 @@
<not-uninit/>
</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,wxButton::Disconnect">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" default="wxID_ANY">
<not-uninit/>
</arg>
<arg nr="2" default="wxEVT_NULL"/>
<arg nr="3" default="NULL">
<not-uninit/>
</arg>
<arg nr="4" default="NULL">
<not-uninit/>
</arg>
<arg nr="5" default="NULL">
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
<function name="wxWindow::SetToolTip,wxCheckBox::SetToolTip">