wxwidgets.cfg: Added support for wxEvtHandler::Disconnect().
This commit is contained in:
parent
23da9e9485
commit
a100de9055
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue