wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
6b6d3761e2
commit
1d2c6176da
|
@ -7522,6 +7522,38 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- 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,wxStaticText::Connect,wxTextCtrl::Connect,wxStaticBitmap::Connect">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="3" direction="in" default="NULL">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="4" direction="inout" default="NULL">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="5" direction="inout" default="NULL">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="6" direction="inout" default="NULL">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
|
||||
<!-- void wxButton::SetToolTip(const wxString & tipString) -->
|
||||
|
|
Loading…
Reference in New Issue